From: Olof-Joachim Frahm Date: Thu, 22 Jan 2015 00:07:35 +0000 (+0000) Subject: Update README.md for better installation. X-Git-Tag: 0.1.0~2^2 X-Git-Url: http://repo.macrolet.net/gitweb/?p=crypto-install.git;a=commitdiff_plain;h=4e04aaf14a5a2887c2d3322b99d23ff21da4148b Update README.md for better installation. --- diff --git a/README.md b/README.md index 10756aa..d9086d1 100644 --- 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