summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-03 21:21:03 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-03 21:21:03 +0800
commit9cd4e0006f9f8200fc36bda548c4addb4864dfe0 (patch)
treeff3184d022e1568f36b18cd5164d0cb62a8939fa
parentcab04f9b9d5ffdec3396e1217eae013f2c4d8b6d (diff)
Comment the comment
-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
```