Update README.md

This commit is contained in:
Koushik Dutta
2021-12-16 10:39:19 -08:00
committed by GitHub
parent 96409d3362
commit cb569e0ebf

View File

@@ -27,11 +27,12 @@ Supported accessories:
## Debug in VSCode
Follow the steps for running locally above to set up your environment, but stop short of `npm run`.
Follow the steps above for running locally to set up your environment.
```sh
# switch to the server directory
cd scrypted/server
npm install
# open this directory in VSCode
code .
```