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`