diff --git a/README.md b/README.md index 9d7d480..f07cbd7 100644 --- a/README.md +++ b/README.md @@ -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