From a2a9933e44bd7a880745e4cb2fb9e9db688da91d Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 26 Feb 2023 17:56:18 -0500 Subject: [PATCH] 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`