diff --git a/README.md b/README.md index 2c99bcc7c..b5dd0239f 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,7 @@ Supported accessories: # Installation -## Run on Docker - -[Docker Installation Instructions](https://github.com/koush/scrypted/wiki/Docker) - -## Run Locally - -[Local Installation Instructions](https://github.com/koush/scrypted/wiki/Local-Installation) +There are both [Docker and Local Installation options](https://github.com/koush/scrypted/wiki), as well as guides for connecting to HomeKit and Google Home. ## Development diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index e3b81c6e6..99e0d70ed 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -22,6 +22,7 @@ RUN() { FROM() { echo 'Installing nodejs repo' RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - + RUN apt-get update RUN apt-get install -y nodejs }