X-Git-Url: http://repo.macrolet.net/gitweb/?p=crypto-install.git;a=blobdiff_plain;f=README.md;h=d9086d1df02ec61b847fa5bdbb14c2bfadcfeb35;hp=10756aadc7956fa9a1f3106c1422d18f54af6c82;hb=4e04aaf14a5a2887c2d3322b99d23ff21da4148b;hpb=0daba3ec4ce446b8bea91b785fbf0f9d80c06cdc 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