Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Koushik Dutta
2022-01-23 18:10:49 -08:00
2 changed files with 2 additions and 7 deletions

View File

@@ -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

View File

@@ -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
}