changeset 757:8aa2a199d6e3

INSTALL: better explain how to create the pyjsbuild symlink (Fabien)
author souliane <souliane@mailoo.org>
date Tue, 24 Nov 2015 16:08:48 +0100
parents 9ad1a551c26d
children f725cc49e996
files INSTALL
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Tue Nov 24 16:05:05 2015 +0100
+++ b/INSTALL	Tue Nov 24 16:08:48 2015 +0100
@@ -57,7 +57,7 @@
 from your environment variable "PATH". The easiest would be:
 
   cd pyjamas
-  sudo ln -sf bin/pyjsbuild /usr/bin/pyjsbuild 
+  sudo ln -sf `pwd`/bin/pyjsbuild /usr/bin/pyjsbuild 
 
 * clone libervia repository: