mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 01:54:27 +00:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user