Skip to content

Commit

Permalink
docs: update to r23365
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Dec 31, 2023
1 parent 787c640 commit 0853292
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,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/r23356/obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2"
wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23356/obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2.sha256"
sha256sum -c obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2.sha256
tar xvf obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2
cd obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs)
wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23365/obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2"
wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23365/obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2.sha256"
sha256sum -c obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2.sha256
tar xvf obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2
cd obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs)
sudo ./obs-dependencies
./obs-portable
```
Expand Down Expand Up @@ -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/r23356/obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2"
tar xvf obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs).tar.bz2
cd obs-portable-30.0.2-r23356-ubuntu-$(lsb_release -rs)
wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23365/obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2"
tar xvf obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs).tar.bz2
cd obs-portable-30.0.2-r23365-ubuntu-$(lsb_release -rs)
```

To launch the second instance of OBS Studio Portable in Distrobox, run the following command:
Expand Down Expand Up @@ -329,13 +329,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 r23356, 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 r23365, 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-30.0.2-r23356-ubuntu-22.04.tar.bz2
obs-portable-30.0.2-r23365-ubuntu-22.04.tar.bz2
^ ^
| |
+-- OBS version +-- Supported Ubuntu release
Expand Down

0 comments on commit 0853292

Please sign in to comment.