- Commit
- 49a781ca6e3ca6ee049202c38bc1816ffbc93cf7
- Parent
- 5fa6dca87855738d9819ef95e99ac13d95df7712
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
README - minor formatting.
My personal build of CMark ✏️
README - minor formatting.
1 file changed, 5 insertions, 5 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 10 | 5 | 5 |
diff --git a/README.md b/README.md @@ -40,10 +40,10 @@ Installing ---------- Building the C program (`cmark`) and shared library (`libcmark`) -requires [cmake] and [`re2c`](http://re2c.org), which is used to -generate `scanners.c` from `scanners.re`. (Note that `re2c` is only a -build dependency for developers, since `scanners.c` can be provided in a -released source tarball.) +requires [cmake] and [re2c], which is used to generate `scanners.c` from +`scanners.re`. (Note that [re2c] is only a build dependency for +developers, since `scanners.c` can be provided in a released source +tarball.) On \*nix systems, you can simply `make` and `make install`. This calls `cmake` to create a `Makefile` in the `build` directory, @@ -244,4 +244,4 @@ only for simple, clear, actionable issues. [cmake]: http://www.cmake.org/download/ [pandoc]: http://johnmacfarlane.net/pandoc/ - +[re2c]: http://re2c.org