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
|
```bash
|
||||||
$ git clone https://github.com/potassco/anthem.git
|
$ git clone https://github.com/potassco/anthem.git
|
||||||
$ git submodule update --init --recursive
|
|
||||||
$ cd anthem
|
$ cd anthem
|
||||||
|
$ git submodule update --init --recursive
|
||||||
$ mkdir -p build/release
|
$ mkdir -p build/release
|
||||||
$ cd build/release
|
$ cd build/release
|
||||||
$ cmake ../.. -DCMAKE_BUILD_TYPE=Release
|
$ cmake ../.. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
Reference in New Issue
Block a user