Add install instructions
This commit is contained in:
parent
c260b3cf3e
commit
ec92ae1ab8
1 changed files with 8 additions and 0 deletions
|
@ -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 .
|
||||||
|
```
|
Loading…
Reference in a new issue