Skip to content

Commit

Permalink
docs: update README.md (#226)
Browse files Browse the repository at this point in the history
Update documentation to install npm dependencies before installing current directory.
  • Loading branch information
hkdevandla authored Feb 4, 2020
1 parent ab80230 commit 67ca825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ After you edited the files, make the generator available globally:

```sh
# in gapic-generator-typescript folder
$ npm install # install dependencies
$ npm install -g .
# make sure gapic-generator-typescript launch script in PATH
```
Expand Down

0 comments on commit 67ca825

Please sign in to comment.