summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 5e888763e..68a88d4a2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ For developers and others who want to run inkscape without installing it:
ln -s . share/inkscape
mkdir -p build/conf
cd build
-cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../
+cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ ..
make -j4
export INKSCAPE_PROFILE_DIR=$PWD/conf
./bin/inkscape