From bca86d0775bdeefd6d10dad30ae47fcf1b006411 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 31 Dec 2021 11:30:51 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . ```