Update README
Dependencies
- [2]
2U7P5SFQChange struct names "struct foo -> typedef struct Foo" - [3]
WNZP5NXYUpdate README - [4]
K67E4BLTList dependencies in README - [5]
RRUEU4S3init - [6]
GCZYAURZupdate README - [7]
PSIORGCKUpdate README
Change contents
- replacement in README.md at line 4
Pijul, written in C. I only do this to learn the fundamentals of how Pijul isput together, and a distant secondary goal is to create an alternateimplementation to provide a point of comparison with the Rust implementation.Pijul, written in C. I do this to gain a thorough understanding of Pijul'sinternals and the way patches are represented and worked with. A secondary,distant goal is to create an alternate implementation that could act as apoint of comparison to the Rust implementation. - replacement in README.md at line 9
Dependencies------------## Dependencies - replacement in README.md at line 19
Build-----## Build - replacement in README.md at line 23
Code style----------To run tests, run `make check`.## Code style - edit in README.md at line 43
[pikestyle]: http://doc.cat-v.org/bell_labs/pikestyle - replacement in README.md at line 65
Links-----A correct declaration looks as follows: - replacement in README.md at line 67
[pikestyle]: http://doc.cat-v.org/bell_labs/pikestyle```typedef struct {...} Edit;```## Links