Create README.md

This commit is contained in:
ION606
2023-02-26 17:56:18 -05:00
committed by GitHub
parent a1db1a1400
commit a2a9933e44
+11
View File
@@ -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`