diff --git a/README.md b/README.md index 9e1b1a3ff..71eb98723 100644 --- a/README.md +++ b/README.md @@ -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 . ```