From ec92ae1ab8f881151e5d1a2bed7c014c5cbcca44 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Tue, 10 Jan 2023 11:28:31 +0100 Subject: [PATCH] Add install instructions --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index e0bfaaa..70caba8 100644 --- a/readme.md +++ b/readme.md @@ -8,3 +8,11 @@ A simple CLI tool that "encrypts" text using rot13 rot13 [input] echo [input] | rot13 ``` + +## Installing + +```shell +git clone git@gitlab.com:dbgit/open/rot13-cli.git +cd rot13-cli +cargo install --path . +``` \ No newline at end of file