Make it clear this is a command to be run

This commit is contained in:
Charles Oliver Nutter
2020-03-10 22:44:23 +01:00
committed by Benoit Daloze
parent 0d26c9bf64
commit 6f3ecad449
+1 -1
View File
@@ -3,7 +3,7 @@
## Installing dependencies
```bash
yarn
yarn install
```
`npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.