From 55ff3384d7ebcc0a6b43460afded7bb3bd4e9e5f Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 20 Oct 2021 01:14:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 936cc5fd9..bd6b46171 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,11 @@ sudo apt install libavahi-compat-libdnssd-dev # checkout source git clone https://github.com/koush/scrypted.git -# npm install and run +# switch to the server directory and get dependencies cd scrypted/server npm install + +# run npm run git-serve # visit https://localhost:9443/ in a browser ```