Skip to content

Commit e9cb6da

Browse files
authored
Merge pull request #727 from nellh/723-documentation-fix
Fix bad developer instructions for npm global install
2 parents ec4cc05 + 569ce7e commit e9cb6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ see available options.
235235
To develop locally, clone the project and run `yarn` from the project
236236
root. This will install external dependencies. If you wish to install
237237
`bids-validator` globally (so that you can run it in other folders), use the
238-
following command to install it globally: `npm install -g`
238+
following command to install it globally: `cd bids-validator && npm install -g`
239239

240240
#### Running Locally in a Browser
241241

0 commit comments

Comments
 (0)