diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53e096ec..2b3efe9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,8 @@ Please follow the instructions in our issue templates. Don't use github issues t You can use Gitpod (a free online VS Code-like IDE) for contributing. With a single click it will launch a workspace and automatically: - clone the plyr repo. -- install the dependencies. -- run `gulp` to the start the server. +- install the dependencies with `yarn install` in root directory and "demo" directory. +- run `gulp` in root directory to start the dev server. So that you can start straight away. |