aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index fc042b7..a0dc2e7 100644
--- a/README.md
+++ b/README.md
@@ -80,17 +80,16 @@ sudo apt-get install autoconf automake binutils g++ hostapd libavahi-client-dev
The `make --jobs/-j` flag is encouraged, to speed up build time. For example
```
-make all -j
+make -j
```
-### Build library
-
-```
-make
+which happens to be the same as
```
+make all -j
+````
-or
+### Build library
```
make out/Debug/libweave.so