From 862ed46b63f1765a5bc492fa37fc8fb4926ac347 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 10 Sep 2021 11:12:18 -0700 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 067607f1f..283ef43a2 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,8 @@ sudo apt install libavahi-compat-libdnssd-dev ```sh # checkout source git clone https://github.com/koush/scrypted.git -cd scrypted -``` -```sh +# npm install and run cd scrypted/server npm install npm run serve @@ -58,9 +56,22 @@ npm run serve ## Run and Debug in VSCode -1. Install any prerequisites listed above. -2. Open the scrypted/server folder in VSCode: `code scrypted/server` -3. Launch + +```sh +# Install any prerequisites listed above. + +# checkout source +git clone https://github.com/koush/scrypted.git + +# npm install +cd scrypted/server +npm install + +# start VSCode +code . +``` + +You can now launch Scrypted in VSCode. ## Plugin Development Documentation