mirror of
https://github.com/git-tips/tips
synced 2024-11-10 05:44:14 +00:00
Emphasize to install dependencies
This commit is contained in:
parent
9f5a85580a
commit
221dae08ad
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
$ cd tips && npm install
|
||||
```
|
||||
|
||||
:warning: don't fail to think that this is optional, because if you don't install the dependencies you won't get the benefit of auto-updating README and TOC and your PR will likely to not get merged because of that.
|
||||
|
||||
* Edit [tips.json](./tips.json) to add your tip in the below format:
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue