docs(gnome-extensions): Add missing step where gschema is compiled (#201)

This commit is contained in:
fiftydinar 2024-04-11 21:59:30 +02:00 committed by GitHub
commit 61ad81ab66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ What does this module do?
- Downloaded extension archive is then extracted to temporary directory
- All of its extracted files are copied to the appropriate final directories
(`/usr/share/gnome-shell/extensions`, `/usr/share/glib-2.0/schemas`, & `/usr/share/locale`)
- Gschema is finally compiled to include the copied extensions schemas to its database
# Usage