From a2a9933e44bd7a880745e4cb2fb9e9db688da91d Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 26 Feb 2023 17:56:18 -0500 Subject: [PATCH 1/2] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..943dc9f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# ion-cli + +## Installation Instructions +1. clone this repo +2. run `npm install -g` + +## Running Instructions +run using `ion --instruction` + +## Notes +* If you have trouble with windows running the script, try using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser` From 1202361757ee6e86780a67020c8c82bc716b1d76 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 26 Feb 2023 17:58:46 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 943dc9f..832a013 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ run using `ion --instruction` ## Notes * If you have trouble with windows running the script, try using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser` + +# Specific Commands +## Anime +run using `ion --anime` +### arguments +* `-name="name"`: The name of the anime you want to watch +* `-episode=#`: The number of the episode you want to watch - ***OPTIONAL***