diff --git a/README.md b/README.md index 6fd1743..d8e727b 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,18 @@ - Alternatively, you can just use an older release or tag to install from ## Install the extension from releases: - - Extract the zip to `~/.local/share/gnome-shell/extensions/AlphabeticalAppGrid@stuarthayhurst/` - - Alternatively: `gnome-extensions install "AlphabeticalAppGrid@stuarthayhurst.shell-extension.zip" --force` - - Reload GNOME: ALT+F2, r, ENTER + - Run `gnome-extensions install "AlphabeticalAppGrid@stuarthayhurst.shell-extension.zip" --force` + - Alternatively: + - Extract the zip to `~/.local/share/gnome-shell/extensions/AlphabeticalAppGrid@stuarthayhurst/` + - Then run `glib-compile-schemas ~/.local/share/gnome-shell/extensions/AlphabeticalAppGrid@stuarthayhurst/schemas/` + - Log out and back in to restart GNOME - Enable the extension: `gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst` ## Install the extension from source: - Make sure the install dependencies are installed - `make build` - `make install` - - Reload GNOME: ALT+F2, r, ENTER + - Log out and back in to restart GNOME - Enable the extension: `gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst` ## Build system usage: