From 92eb568455f4e30f1b48a8baac60bdd1932ae121 Mon Sep 17 00:00:00 2001 From: Roy Shilkrot Date: Mon, 25 Sep 2023 23:30:46 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index befaabc..bbde168 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ Use the CI scripts again $ ./.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 Use the CI scripts again, for example: