From 5019922488c3d08f05a060156c39e4f877666dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 23 Nov 2016 12:23:11 +0100 Subject: [PATCH] Fixed incorrect order of commands in building instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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