fix(README.md): use nc instead of $NC
I have absolutely no idea why that was there.
This commit is contained in:
parent
d2c3270b4b
commit
ef6d5debfb
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ Guess what? We made aliases!
|
|||
Put those into your `~/.{ba,z,k}shrc`:
|
||||
|
||||
```sh
|
||||
alias pst="$NC heimdall.pm 8888"
|
||||
alias spst="gpg -cao tmp.pgp && cat tmp.pgp | $NC heimdall.pm 8888 && rm tmp.pgp"
|
||||
alias pst="nc heimdall.pm 8888"
|
||||
alias spst="gpg -cao tmp.pgp && cat tmp.pgp | nc heimdall.pm 8888 && rm tmp.pgp"
|
||||
```
|
||||
|
||||
Now, you can use **feuille** like this:
|
||||
|
|
Reference in a new issue