mirror of
https://gitlab.com/GloriousEggroll/obs-studio-nobara.git
synced 2025-12-11 00:00:01 -05:00
update readme with new repo
This commit is contained in:
25
README.md
25
README.md
@@ -1,3 +1,28 @@
|
||||
If you do not want to build this, I host a fedora-compatible repository for it here:
|
||||
|
||||
`sudo vim /etc/yum.repos.d/obs-studio-nobara.repo`
|
||||
|
||||
```
|
||||
[obs-studio-nobara]
|
||||
name=obs-studio-nobara
|
||||
baseurl=https://www.nobaraproject.org/repo/fedora/$releasever/$basearch/obs-studio-nobara
|
||||
type=rpm-md
|
||||
skip_if_unavailable=True
|
||||
gpgcheck=0
|
||||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
```
|
||||
|
||||
Then update with:
|
||||
|
||||
`sudo dnf update obs-studio --refresh`
|
||||
|
||||
or install with:
|
||||
|
||||
`sudo dnf install obs-studio`
|
||||
|
||||
|
||||
Build instructions:
|
||||
```
|
||||
$ sudo dnf install mock pykickstart
|
||||
|
||||
Reference in New Issue
Block a user