summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaren Hachmann <maren@goos-habermann.de>2017-07-01 23:00:36 +0000
committerMaren Hachmann <maren@goos-habermann.de>2017-07-01 23:00:36 +0000
commite9f67df61c10a8253427dcd4050679be45bf9798 (patch)
tree6a1564e9540ec9acb3b6b5edb911e7e4d71cddac /README.md
parentHackfest: Tidy and test for file exists in output. (diff)
downloadinkscape-e9f67df61c10a8253427dcd4050679be45bf9798.tar.gz
inkscape-e9f67df61c10a8253427dcd4050679be45bf9798.zip
When running without installing, extensions will spawn correct Inkscape
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 68a88d4a2..de6697959 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ ..
make -j4
export INKSCAPE_PROFILE_DIR=$PWD/conf
+PATH=$PWD/bin/:$PATH
./bin/inkscape
```