From f1a3a60042596d35cab53f9b7faec27d41006936 Mon Sep 17 00:00:00 2001 From: Davide Berardi Date: Sun, 24 Jan 2021 12:43:01 +0100 Subject: [PATCH] README command is now local and removed the $ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23478cf..22db598 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ make CFLAGS=DEBUG The usage of the application is pretty simple: ```bash -$ snappy-fox +./snappy-fox ``` The input or the output files can be `-` to use, respectively stdin and stdout. @@ -45,7 +45,7 @@ mkdir /tmp/extracted-cache-whatsapp for f in find ~/.mozilla/firefox/**/storage/default/https+++web.whatsapp.com/cache/ -name '*.final'; do - snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)" + ./snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)" done ```