summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ef924e..a40e10e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ $ autoreconf --install
## Configuring for various target hosts, compiling, linking, and installing
```sh
-$ ./configure (or use the platform specific wrappers, and adjust as necessary)
+$ ./configure # (or use the platform specific wrappers, and adjust as necessary)
$ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this)
$ sudo make install
```