Skip to content

Commit

Permalink
Merge pull request #32 from IBM/update-readme
Browse files Browse the repository at this point in the history
docs: fix readme to show corrent npm script for building from source
  • Loading branch information
dpopp07 committed Apr 15, 2019
2 parents 94615c2 + f85587c commit 42eeaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `-g` flag installs the tool globally so that the validator can be run from a
1. Clone or download this repository
2. Navigate to the root directory of this project.
3. Install the dependencies using `npm install`
4. Build the command line tool by running `npm run build-and-link`.
4. Build the command line tool by running `npm run link`.

## Usage
### Command line
Expand Down

0 comments on commit 42eeaab

Please sign in to comment.