aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHampus <hampus@hampusmat.com>2021-12-14 00:03:15 +0100
committerHampus <hampus@hampusmat.com>2021-12-14 00:03:15 +0100
commit828c6563124baeff4d80aeefd15b6bbfd7ff86a2 (patch)
tree7f31639810ee2c667f6864a724d76323c75ed933 /README.md
parent88d8be06f3e5411db6faa59db12210b6079f7d21 (diff)
build: use cmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 19fb84c..2be5385 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,19 @@ Building
--------
It's simple. Just run
- make
+ $ mkdir build
+ $ cd build
+ $ cmake ..
+ $ make
Usage
-----
Run
- ./mazerator
+ $ ./bin/mazerator
You can get information about options and such by running
- ./mazerator --help
+ $ ./bin/mazerator --help