From 92606ee0f23d0459ce09d8f78110037126a36f05 Mon Sep 17 00:00:00 2001 From: rootTHC <57636391+rootTHC@users.noreply.github.com> Date: Sat, 25 Jan 2020 15:01:30 +0000 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d3b0be..af40c3f 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ $ tar cfz - *.png *.c | openssl base64 >stuff.tgz.b64 ``` Transfer *stuff.tgz.b64* to the remote system and execute: ``` -$ openssl base64 -d | tar xfz - +$ openssl base64 -d