From 623b5b47f83a03439ab40c369179eef382e926e8 Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 18 Jul 2024 20:35:12 +0200 Subject: [PATCH] test --- docs/setup-run-headless.md | 4 ++-- docs/setup-run-on-rpi.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/setup-run-headless.md b/docs/setup-run-headless.md index 69a144c..094cf80 100644 --- a/docs/setup-run-headless.md +++ b/docs/setup-run-headless.md @@ -143,7 +143,7 @@ chromium --disable-features=Translate --ignore-certificate-errors --disable-web-
-

How to upgrade `obscreen-studio`

+

How to upgrade studio instance

#### 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 diff --git a/docs/setup-run-on-rpi.md b/docs/setup-run-on-rpi.md index c507684..50b042b 100644 --- a/docs/setup-run-on-rpi.md +++ b/docs/setup-run-on-rpi.md @@ -170,7 +170,7 @@ However, I used this one: `(2,82) = 1920x1080 60Hz 1080p`
-

How to upgrade `obscreen-studio`

+

How to upgrade studio instance

#### 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