Fixed incorrect order of commands in building instructions.

This commit is contained in:
Patrick Lühne 2016-11-23 12:23:11 +01:00
parent 225816538b
commit 5019922488
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -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