summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTeo Mrnjavac <teo@kde.org>2015-07-01 18:58:01 +0200
committerTeo Mrnjavac <teo@kde.org>2015-09-15 16:48:40 +0200
commit804c0c141b3cd0de07eda5035ae7adb89a0b9306 (patch)
treeaf9ea1c4bf6f799d078ccf9a19f6091459d11fc0 /README.md
parenta49c339dcdb5f7d103791a718958971953fc6948 (diff)
Update build instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b2cca2f1..bd7ae149a 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ $ git submodule init
$ git submodule update
$ mkdir build
$ cd build
-$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_PARTITIONMANAGER=1 ..
+$ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
```