X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=README.md;h=eef6c8aa1da708037f749b717b5857eb93ba0a58;hb=f575613bc4c97a2df1c7a4e36c386195c85a8920;hp=b44b2296ee18e90e6b105836d58e44b14430178a;hpb=566386c4970db990d3ef7dcd8fd610e78d114066;p=crypto-install.git diff --git a/README.md b/README.md index b44b229..eef6c8a 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,22 @@ crypto-install.py # USAGE -Run the script to install a baseline setup. Existing files are detected -and not touched in the process, so running it is always safe to do. +Run the script to install a baseline setup for both GnuPG and OpenSSH. + +Existing files are detected and not touched in the process, so running +it is always safe to do. + +# INSTALLATION + +Until I set up a better routine: + + git clone https://github.com/Ferada/crypto-install.git + # or + git clone git@github.com:Ferada/crypto-install.git + + cd crypto-install + make + cp build/crypto-install.py ~/bin # or wherever + +Simply copy the built file into your path and possibly ensure execution +permissions.