update software documentation

This commit is contained in:
Frank Zechert
2026-08-09 19:14:18 +02:00
parent 470942665e
commit 39a16e8650
7 changed files with 222 additions and 0 deletions
+3
View File
@@ -87,3 +87,6 @@ Download and Install the following extensions
Check <https://github.com/catppuccin/userstyles/tree/main>.
Usage guide: <https://userstyles.catppuccin.com/getting-started/usage/>
## Enable PWAs
Enable PWAs by setting `browser.taskbarTabs.enabled` to `true` in `about:config`
+5
View File
@@ -0,0 +1,5 @@
.docname {KDE Connect}
.include {docs}
KDE connect provides features to connect to Android.
Install `kdeconnect`
+7
View File
@@ -0,0 +1,7 @@
.docname {Docker}
.include {docs}
Install the package `docker`. Make sure that the user is in the group `docker`:
`sudo usermod -aG docker $USER`.
If the group does not yet exist, it can be created with `groupadd -r docker`.