Show a prompt sign for clarity

This commit is contained in:
Benoit Daloze
2020-03-10 22:45:15 +01:00
parent 6f3ecad449
commit 166761b310
+3 -3
View File
@@ -3,7 +3,7 @@
## Installing dependencies
```bash
yarn install
$ yarn install
```
`npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.
@@ -11,11 +11,11 @@ yarn install
## Regenerating dist/index.js
```bash
yarn run package
$ yarn run package
```
It is recommended to add this as a `git` `pre-commit` hook:
```bash
cp pre-commit .git/hooks/pre-commit
$ cp pre-commit .git/hooks/pre-commit
```