Skip to content

Commit

Permalink
Docs: Clarify how to run local ESLint installation (#8463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Apr 15, 2017
1 parent fac5389 commit 741ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Expand Up @@ -29,7 +29,7 @@ You should then setup a configuration file:
$ ./node_modules/.bin/eslint --init
```

After that, you can run ESLint on any file or directory like this:
After that, you can run ESLint in your project's root directory like this:

```
$ ./node_modules/.bin/eslint yourfile.js
Expand Down

0 comments on commit 741ed39

Please sign in to comment.