diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-29 23:08:41 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-29 23:08:41 +0100 |
commit | a3d4455b3d238ed9308491c9046867d2c0d67b5f (patch) | |
tree | 4522ecb69ef62ff3b89b819b3750569a71bf8aa4 | |
parent | a853a99c3d1b74b1eb914237eec91b253179d5a0 (diff) |
README: mention that the flatpak version now includes this UI (in a few hours)
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ You have to manually add `gsr-ui` to system startup on systems that uses another # Installation If you are using an Arch Linux based distro then you can find gpu screen recorder ui on aur under the name gpu-screen-recorder-ui (`yay -S gpu-screen-recorder-ui`).\ -If you are running another distro then you can run `sudo ./install.sh`, but you need to manually install the dependencies, as described below. +If you are running another distro then you can run `sudo ./install.sh`, but you need to manually install the dependencies, as described below.\ +You can also install gpu screen recorder (the gtk gui version) from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). This flatpak includes both this UI and gpu-screen-recorder so no need to install that first. # Dependencies GPU Screen Recorder UI uses meson build system so you need to install `meson` to build GPU Screen Recorder UI. |