Update README.md

This commit is contained in:
Mohamed C. 2024-07-23 16:49:31 +02:00 committed by GitHub
parent d4ccac4965
commit f6fa1130cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,9 @@ The `latest` tag will automatically point to the latest build. That build will s
Nobaras Package expects a qdbus binary but kinoite installs it as qdbus-qt6. Nobaras Package expects a qdbus binary but kinoite installs it as qdbus-qt6.
Create a new Folder under your home and symlink the binary under a new name. Create a new Folder under your home and symlink the binary under a new name.
/usr is read only so symlink it to your home bin.
``` ```
mkdir bin \ ln -s /usr/bin/qdbus-qt6 ~/.local/bin/qdbus
ln -s /usr/bin/qdbus-qt6 /var/home/YOURUSERNAME/bin/qdbus
``` ```
### Steam Deck Mode won't update OOBE ### Steam Deck Mode won't update OOBE