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
If you require a custom prefix or other option being passed to `./configure`
you can pass them directly to `./autogen.sh` like this:
```bash
-./autogen.sh --prefix=/opt/local --enable-debug-code
+./autogen.sh --prefix=/opt/local --enable-debug
make
sudo make install
```