Skip to content

Commit

Permalink
Change default suggested install method, add settings compilation ins…
Browse files Browse the repository at this point in the history
…tructions, don't assume X11
  • Loading branch information
stuarthayhurst committed Apr 1, 2024
1 parent ec2cdba commit c3fc3ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" --force`
- Reload GNOME: <kbd>ALT</kbd>+<kbd>F2</kbd>, <kbd>r</kbd>, <kbd>ENTER</kbd>
- Run `gnome-extensions install "[email protected]" --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: <kbd>ALT</kbd>+<kbd>F2</kbd>, <kbd>r</kbd>, <kbd>ENTER</kbd>
- Log out and back in to restart GNOME
- Enable the extension: `gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst`

## Build system usage:
Expand Down

0 comments on commit c3fc3ec

Please sign in to comment.