From ef6d5debfbfe6f43f74c629999a662ca47413331 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Mon, 21 Nov 2022 21:01:03 +0100 Subject: [PATCH] fix(README.md): use nc instead of $NC I have absolutely no idea why that was there. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e2944..082dd39 100644 --- a/README.md +++ b/README.md @@ -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: