This commit is contained in:
jr-k 2024-07-18 20:35:12 +02:00
parent 50d300dd7a
commit 623b5b47f8
2 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@ chromium --disable-features=Translate --ignore-certificate-errors --disable-web-
<details closed>
<summary><h3>How to upgrade `obscreen-studio`</h3></summary>
<summary><h3>How to upgrade studio instance</h3></summary>
#### with docker run
- Just add `--pull=always` to your `docker run ...` command, you'll get the latest version automatically.
@ -151,7 +151,7 @@ chromium --disable-features=Translate --ignore-certificate-errors --disable-web-
- Just add `--pull=always` to your `docker compose up ...` command, you'll get the latest version automatically.
#### or system-wide
- Using Git Updater plugin
- Or execute following script
- Or by executing following script
```bash
cd ~/obscreen
git pull

View File

@ -170,7 +170,7 @@ However, I used this one: `(2,82) = 1920x1080 60Hz 1080p`
</details>
<details closed>
<summary><h3>How to upgrade `obscreen-studio`</h3></summary>
<summary><h3>How to upgrade studio instance</h3></summary>
#### with docker run
- Just add `--pull=always` to your `docker run ...` command, you'll get the latest version automatically.
@ -178,7 +178,7 @@ However, I used this one: `(2,82) = 1920x1080 60Hz 1080p`
- Just add `--pull=always` to your `docker compose up ...` command, you'll get the latest version automatically.
#### or system-wide
- Using Git Updater plugin
- Or execute following script
- Or by executing following script
```bash
cd ~/obscreen
git pull