From f229e327fca4d189f5a2e4ae1c7afaac062d75b8 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 4 Apr 2022 23:33:20 +0200 Subject: [PATCH] Readme: Update installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e5a89d..29c3684 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ You will need these tools: - `meson` - `gettext` - `glib-compile-schemas` +- `glib-compile-resources` 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`: ```bash +# System-wide installation meson builddir && meson install -C builddir + +# User installation +meson builddir --prefix=~/.local && meson install -C builddir ``` Restart your GNOME session and enable the extension: