From 49a781ca6e3ca6ee049202c38bc1816ffbc93cf7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Nov 2014 20:48:09 -0800 Subject: README - minor formatting. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 45eef3f..8148a38 100644 --- 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 -- cgit v1.2.3