README.md: Code highlighting now balanced

This commit is contained in:
Sebastian Godelet 2015-01-16 08:37:30 +08:00
parent 0cf6d99843
commit 1e1f4f0685

View file

@ -30,9 +30,9 @@ For Linux/BSD/OSX platforms, you can build and install the `tidylib` shared
library (for use in building other applications) from the source code using the library (for use in building other applications) from the source code using the
following steps. following steps.
1. sh build/gnuauto/setup.sh && ./configure && make 1. `sh build/gnuauto/setup.sh && ./configure && make`
2. make install 2. `make install`
Note that you will either need to run `make install` as root, or with `sudo make Note that you will either need to run `make install` as root, or with `sudo make
install`. install`.