Skip to content

Commit

Permalink
Add info about forking and cloning to developer guide (google#747)
Browse files Browse the repository at this point in the history
Co-authored-by: PopGoesTheWza <[email protected]>
  • Loading branch information
lgordey and PopGoesTheWza authored Mar 4, 2020
1 parent 68f2f66 commit 70492e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can develop and test `clasp` on your computer by following these steps.
- Install `tsc`: `npm install -g typescript`
- Remove your local version of `clasp`: `npm uninstall -g @google/clasp`
- This will prevent errors when updating `node_modules`.
- [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the `clasp` repository
- Clone it to your device
```
git clone https://github.com/<your-github-username>/clasp.git
cd clasp
```
- Install dependencies: `npm install`

### After Making a Change
Expand Down

0 comments on commit 70492e8

Please sign in to comment.