From 4e04aaf14a5a2887c2d3322b99d23ff21da4148b Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Thu, 22 Jan 2015 00:07:35 +0000 Subject: [PATCH] Update README.md for better installation. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 1.7.10.4