From 6bf3b1705483fbe5c94b9af5087a343791608f21 Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 31 Jul 2025 16:47:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb7934..28aee2f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The repository includes a Makefile that produces ready‑to‑install ZIP packag make install-legacy # Installs Legacy Extension make install-modern # Installs Modern Extension ``` - **Note:** This command will directly install the extension in the choosen variant (legacy or modern). If you want to manually create and upload the extension to your gnome extensions directory `(~/.local/share/gnome-shell/extensions)` you can just run `make build` to create both versions as .zip or `make build-legacy` or `make build-modern` to create them seperately as .zip. To enable them you need to unzip these archives and put them into your extensions diretory. + **Note:** This command will directly install the extension in the choosen variant (legacy or modern). If you want to manually create and upload the extension to your gnome extensions directory `(~/.local/share/gnome-shell/extensions)` you can just run `make build` to create both versions as .zip or `make build-legacy` or `make build-modern` to create them seperately as .zip. To enable them you need to unzip these archives and put them into your extensions directory. 4. **Reload the shell** ```bash