From 17dc4aeed3efb2414a5a4718c77cac3267f4e0ba Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Wed, 28 Jun 2017 12:35:43 +0200 Subject: Fix README for cmake build in place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3