Readme: Update installation instructions
This commit is contained in:
@@ -32,6 +32,7 @@ You will need these tools:
|
|||||||
- `meson`
|
- `meson`
|
||||||
- `gettext`
|
- `gettext`
|
||||||
- `glib-compile-schemas`
|
- `glib-compile-schemas`
|
||||||
|
- `glib-compile-resources`
|
||||||
|
|
||||||
Clone the repository and enter the directory:
|
Clone the repository and enter the directory:
|
||||||
|
|
||||||
@@ -42,7 +43,11 @@ git clone https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git
|
|||||||
Build and install using `meson`:
|
Build and install using `meson`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# System-wide installation
|
||||||
meson builddir && meson install -C builddir
|
meson builddir && meson install -C builddir
|
||||||
|
|
||||||
|
# User installation
|
||||||
|
meson builddir --prefix=~/.local && meson install -C builddir
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart your GNOME session and enable the extension:
|
Restart your GNOME session and enable the extension:
|
||||||
|
|||||||
Reference in New Issue
Block a user