Update README.md

This commit is contained in:
Koushik Dutta
2021-12-31 11:30:51 -08:00
committed by GitHub
parent 949a67eb61
commit bca86d0775

View File

@@ -32,13 +32,13 @@ Supported accessories:
## Debug in VSCode
Follow the steps above for running locally to set up your environment.
```sh
# check out the code
git clone https://github.com/koush/scrypted
# switch to the server directory
cd scrypted/server
npm install
# open this directory in VSCode
# open this directory in VS Code
code .
```