Add install instructions

This commit is contained in:
Daan Boerlage 2023-01-10 11:28:31 +01:00
parent c260b3cf3e
commit ec92ae1ab8
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -8,3 +8,11 @@ A simple CLI tool that "encrypts" text using rot13
rot13 [input] rot13 [input]
echo [input] | rot13 echo [input] | rot13
``` ```
## Installing
```shell
git clone git@gitlab.com:dbgit/open/rot13-cli.git
cd rot13-cli
cargo install --path .
```