Update README.md

This commit is contained in:
Roy Shilkrot 2023-09-25 23:30:46 -04:00 committed by GitHub
parent 306c2883a5
commit 92eb568455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,13 @@ Use the CI scripts again
$ ./.github/scripts/build-linux.sh $ ./.github/scripts/build-linux.sh
``` ```
Copy the results to the standard OBS folders on Ubuntu
```sh
$ sudo cp -R release/RelWithDebInfo/lib/* /usr/lib/x86_64-linux-gnu/
$ sudo cp -R release/RelWithDebInfo/share/* /usr/share/
```
Note: The official [OBS plugins guide](https://obsproject.com/kb/plugins-guide) recommends adding plugins to the `~/.config/obs-studio/plugins` folder.
### Windows ### Windows
Use the CI scripts again, for example: Use the CI scripts again, for example: