Update install command to use process substitution
This commit is contained in:
@@ -41,12 +41,14 @@ Camera stream discovery and Frigate config generator.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Any Linux, one command:
|
Any Linux or Proxmox, one command:
|
||||||
|
|
||||||
```bash
|
```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`
|
Open `http://YOUR_IP:4567`
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|||||||
Reference in New Issue
Block a user