Fixed incorrect order of commands in building instructions.
This commit is contained in:
parent
225816538b
commit
5019922488
@ -18,8 +18,8 @@ $ anthem [files] [options]
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/potassco/anthem.git
|
||||
$ git submodule update --init --recursive
|
||||
$ cd anthem
|
||||
$ git submodule update --init --recursive
|
||||
$ mkdir -p build/release
|
||||
$ cd build/release
|
||||
$ cmake ../.. -DCMAKE_BUILD_TYPE=Release
|
||||
|
Loading…
Reference in New Issue
Block a user