doc rename

This commit is contained in:
jr-k 2024-06-28 18:42:46 +02:00
parent 04df6c05f2
commit 840bafe496
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
--- ---
## 📡 Run the manager ## 📡 Run the studio instance
### with docker run (for test) ### with docker run (for test)
```bash ```bash
@ -93,7 +93,7 @@ sudo journalctl -u obscreen-studio -f
--- ---
## 📺 Run the player ## 📺 Run the player instance
### Manually on any device capable of running chromium ### Manually on any device capable of running chromium
When you run the browser yourself don't forget to use these flags for chromium browser: When you run the browser yourself don't forget to use these flags for chromium browser:
```bash ```bash

View File

@ -13,14 +13,14 @@
--- ---
## 📺 Run the player ## 📺 Run the player instance
Install player autorun by executing following script Install player autorun by executing following script
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/jr-k/obscreen/master/system/install-autorun-rpi.sh | sudo bash -s -- $USER $HOME curl -fsSL https://raw.githubusercontent.com/jr-k/obscreen/master/system/install-autorun-rpi.sh | sudo bash -s -- $USER $HOME
``` ```
--- ---
## 📡 Run the manager ## 📡 Run the studio instance
### with docker run (for test) ### with docker run (for test)
```bash ```bash