summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index ca58bbd..b9c8524 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,7 @@ to Network Programming][4].
Install these build dependencies:
-- meson
-- ninja
+- GNU make
- gcc
Install these runtime dependencies:
@@ -25,12 +24,11 @@ Install these runtime dependencies:
Just run these commands to build and run:
```
-meson setup build
-ninja -C build
+make all
./build/limox
```
-Run `rm -r build` to clean the build folder. You can get a help page by running
+Run `make clean` to clean the build folder. You can get a help page by running
`./build/limox -h`.