docs: Make extensions with additional dependencies section even better

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This commit is contained in:
fiftydinar 2024-04-10 19:15:03 +02:00 committed by GitHub
parent 5cc81a489b
commit 16a96c22fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,6 @@ How to install extensions using the module:
- The command `gnome-shell --version` can be used to get the GNOME version of a running system.
4. When the download dialog for the extension comes up, copy everything but the `.shell-extension.zip` suffix from the filename into the `install:` array in this module's configuration.
Rarely, some extensions need additional system dependencies in order to function.
Those extensions usually note that case inside the extension description webpage.
The solution is to install the required dependencies by using `rpm-ostree` module before `gnome-extensions` module is ran.
An extension might need additional system dependencies in order to function.
In that case, you should install the required dependencies before the `gnome-extensions` module is ran.
Information about the required dependencies (if any) are usually on the extension's page.