Update README.md for better installation. gui
authorOlof-Joachim Frahm <olof@macrolet.net>
Thu, 22 Jan 2015 00:07:35 +0000 (00:07 +0000)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 22 Jan 2015 00:08:58 +0000 (00:08 +0000)
README.md

index 10756aa..d9086d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,11 +34,10 @@ Until I set up a better routine:
     git clone git@github.com:Ferada/crypto-install.git
 
     cd crypto-install
-    make
-    cp build/crypto-install.py ~/bin # or wherever
+    python setup.py install
 
-Simply copy the built file into your path and possibly ensure execution
-permissions.
+Using `--prefix` with `install` the path may be changed to just locally
+install it for e.g. the current user.
 
 # DEVELOPMENT