Merge pull request #140 from sebgod/patch-2
README.md: Code highlighting now balanced
This commit is contained in:
commit
8b454f53c6
|
@ -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
|
||||
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
|
||||
install`.
|
||||
|
|
Loading…
Reference in a new issue