From 1e1f4f0685aaec178474270e7711a9993af0ec3a Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Fri, 16 Jan 2015 08:37:30 +0800 Subject: [PATCH] README.md: Code highlighting now balanced --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0805fc7..1af242e 100644 --- a/README.md +++ b/README.md @@ -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`.