Skip to content

Commit

Permalink
Minor fixes to CLI installation and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jun 10, 2020
1 parent a2fa943 commit ed908ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cli.md
Expand Up @@ -4,8 +4,9 @@
### Installation

1. Clone the ION repository: `git checkout master`
2. Install the project globally: `git install -g`
3. Use one of the supported commands below (currently limited to Create).
1. Build ION: `npm run build`
1. Install ION globally: `npm install -g .`
1. Use one of the supported commands below (currently limited to Create).

### Commands

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"typescript": "3.4.3"
},
"bin": {
"ion": "./bin/index.js"
"ion": "./dist/bin/index.js"
},
"scripts": {
"precommit": "npm run lint",
Expand Down

0 comments on commit ed908ce

Please sign in to comment.