From 50921d784572b1c461747b53cdd32363a99b1f19 Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 26 Oct 2017 16:48:08 +0200 Subject: [PATCH] install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a2f0571..e8fa8f8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ bash script to encrypt data using a users ssh public key. ./sshencdec.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt ``` +## install +``` +wget https://git.e.tern.al/s2/sshencdec/raw/master/sshencdec.sh +chmod +x sshencdec.sh +``` + ## examples ### encrypt a file using your own ssh public key