From 655104ddedd12c4be1590dc33bad5f91526041e0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 1 Oct 2023 20:52:45 +0100 Subject: [PATCH] docs: update README --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 687f285..cc027b3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The tarball of OBS Studio Portable includes a `manifest.txt` that describes prec | Ubuntu 22.04 (Jammy) | 29.1.3 (Qt 6) | 30.0.0-beta3 | | Ubuntu 23.04 (Lunar) | 29.1.3 (Qt 6) | 30.0.0-beta3 | | Ubuntu 23.10 (Mantic) | 29.1.3 (Qt 6) | 30.0.0-beta3 | -| Plugins | 45 | 45 | +| Plugins | 49 | 49 | Some caveats: @@ -59,11 +59,11 @@ The installation process is simple: - **You must use the `obs-portable` launcher** to ensure OBS Studio finds all the associated libraries and add-ons. ```bash -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23263/obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2" -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23263/obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2.sha256" -sha256sum -c obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2.sha256 -tar xvf obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2 -cd obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs) +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23274/obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2" +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23274/obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2.sha256" +sha256sum -c obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2.sha256 +tar xvf obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2 +cd obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs) sudo ./obs-dependencies ./obs-portable ``` @@ -138,9 +138,9 @@ For example: ```bash mkdir ~/OBS-Studio-again cd ~/OBS-Studio-again -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23263/obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2" -tar xvf obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs).tar.bz2 -cd obs-portable-29.1.3-r23263-ubuntu-$(lsb_release -rs) +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23274/obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2" +tar xvf obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs).tar.bz2 +cd obs-portable-29.1.3-r23274-ubuntu-$(lsb_release -rs) ``` To launch the second instance of OBS Studio Portable in Distrobox, run the following command: @@ -263,7 +263,6 @@ Here are some additional plugins that look useful that I might add in the future - - -- - - - @@ -316,13 +315,13 @@ The actual build script, [`obs-build.sh`](builder/obs-build.sh), gets injected i ## Release numbers -An OBS Studio Portable for Linux release number will be something like r23263, and the filename will indicate the version of OBS Studio and which Ubuntu release it is for: +An OBS Studio Portable for Linux release number will be something like r23274, and the filename will indicate the version of OBS Studio and which Ubuntu release it is for: ```text +-- OBS Portable for Ubuntu revision | v -obs-portable-29.1.3-r23263-ubuntu-22.04.tar.bz2 +obs-portable-29.1.3-r23274-ubuntu-22.04.tar.bz2 ^ ^ | | +-- OBS version +-- Supported Ubuntu release