Update CONTRIBUTING.md (#2225)

* Update CONTRIBUTING.md

fixes #2224

* Update CONTRIBUTING.md

fix for windows
This commit is contained in:
Tom Rutgers 2019-03-20 16:08:04 +01:00 committed by GitHub
parent 9dd69b0f5c
commit 6bd0d34422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ bootstrap and run the development server.
```sh
$ git clone https://github.com/netlify/netlify-cms
$ cd netlify-cms
$ yarn
$ yarn bootstrap
```
@ -35,7 +36,7 @@ Installs and bootstraps any CMS package dependencies.
#### Usage
```sh
$ yarn bootstrap
$ yarn && yarn bootstrap
```
### `watch`