From c3cbc2150e9021d13cd145744e1f9c31660633fc Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Thu, 11 May 2023 18:17:22 +0900 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6d960..3fd6290 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is pretty much a clone of my Java version of the .ani command, it will show # Usage > $ git clone `https://git.raiza.dev/Yuuki/ani.git` \ -> $ cd ani $ chmod +x ani.sh \ +> $ cd ani; chmod +x ani.sh \ > $ ./ani.sh " " -1 # You can also use -2, -3, -4, -5, depending on what you want \ > OR \ > $ ./ani.sh \ -1 # As long as you escape spaces it'll work fine.