summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35e62c8..432fab4 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ sudo make install
89If you require a custom prefix or other option being passed to `./configure` 89If you require a custom prefix or other option being passed to `./configure`
90you can pass them directly to `./autogen.sh` like this: 90you can pass them directly to `./autogen.sh` like this:
91```bash 91```bash
92./autogen.sh --prefix=/opt/local --enable-debug-code 92./autogen.sh --prefix=/opt/local --enable-debug
93make 93make
94sudo make install 94sudo make install
95``` 95```