Update README.md
This commit is contained in:
parent
9c871eb1e0
commit
78a7a25a29
@ -35,6 +35,15 @@ git clone https://github.com/jr-k/obscreen.git
|
||||
cd obscreen && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json
|
||||
```
|
||||
|
||||
### Optional
|
||||
1. Nginx
|
||||
```bash
|
||||
sudo apt isntall -y nginx
|
||||
sudo rm /etc/nginx/sites-enabled/default 2>/dev/null
|
||||
sudo ln -s "$(pwd)/system/nginx-obscreen" /etc/nginx/sites-enabled
|
||||
sudo systemctl reload nginx
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
### Cli mode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user