Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#3513)
Browse files Browse the repository at this point in the history
added note to run `npm install` before `npm link` the first time
  • Loading branch information
davidbielik authored Jun 21, 2021
1 parent 9c8000d commit 9a20fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ repository:
```bash
git clone git@github.com:firebase/firebase-tools.git
cd firebase-tools
npm install # must be run the first time you clone
npm link # installs dependencies, runs a build, links it into the environment
```

Expand Down

0 comments on commit 9a20fb9

Please sign in to comment.