From 5ee9e52f1865d56bd273bd8ec89ce6027a669a30 Mon Sep 17 00:00:00 2001 From: Sathya Pramodh <94102031+sathya-pramodh@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:54:17 +0530 Subject: [PATCH] obs: Stop recommending flatpak obs --- doc/post_install/obs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/post_install/obs.md b/doc/post_install/obs.md index a7b875e..f9e4d0f 100644 --- a/doc/post_install/obs.md +++ b/doc/post_install/obs.md @@ -1,10 +1,9 @@ # OBS - If you want to install OBS on your system, you can proceed with this section of the instructions. -- Open up a terminal and type in these commands +- Open up a terminal and type in this command ```bash -flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -flatpak install flathub com.obsproject.Studio -y +sudo dnf install obs-studio ``` - This should download and install OBS on your system. - After downloading and installing it, you can open it and set it up as per usual.