mirror of
https://github.com/eduard256/Strix
synced 2026-04-21 13:37:27 +00:00
Sync README install command
This commit is contained in:
parent
0a41dac8e4
commit
593f2fc14f
1 changed files with 4 additions and 2 deletions
|
|
@ -41,12 +41,14 @@ Camera stream discovery and Frigate config generator.
|
|||
|
||||
## Install
|
||||
|
||||
Any Linux, one command:
|
||||
Any Linux or Proxmox, one command:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/install.sh | sudo bash
|
||||
bash <(curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/install.sh)
|
||||
```
|
||||
|
||||
Run as root (or with `sudo`). Interactive installer detects your system (Linux / Proxmox) and guides you through setup.
|
||||
|
||||
Open `http://YOUR_IP:4567`
|
||||
|
||||
## How it works
|
||||
|
|
|
|||
Loading…
Reference in a new issue