diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
commit | b80e3f8bebe48e102033fe7ab0e402aa869135d3 (patch) | |
tree | 45c5132f36ba3a2c018c161662563c7b093e053d /README.md | |
parent | b807712d79121157b6a6d0df902f0f66da82a23f (diff) |
Fix crash when opening settings page because of recent change
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ A program called `gsr-ui-cli` is also installed when installing this software. T # 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.\ -You can also install gpu screen recorder 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. +You can also install gpu screen recorder from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder) which includes this UI. # Dependencies GPU Screen Recorder UI uses meson build system so you need to install `meson` to build GPU Screen Recorder UI. |