From cb569e0ebfa65830bcdf28275fb56a4204b87763 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 16 Dec 2021 10:39:19 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79154017f..211c2e4b3 100644 --- a/README.md +++ b/README.md @@ -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 . ```