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