t pMerge branch 'develop'

This commit is contained in:
jr-k 2024-06-28 18:42:48 +02:00
commit b59adba472
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)
```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
When you run the browser yourself don't forget to use these flags for chromium browser:
```bash

View File

@ -13,14 +13,14 @@
---
## 📺 Run the player
## 📺 Run the player instance
Install player autorun by executing following script
```bash
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)
```bash