From a5b888b58fc2b3d6d5269ab370870e7d27f6d395 Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 31 Jul 2025 09:44:51 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index bc283a8..8541209 100644 --- a/README.md +++ b/README.md @@ -62,24 +62,13 @@ The repository includes a Makefile that produces ready‑to‑install ZIP packag ```bash make build ``` - **Note:** This will create a ready to go .zip archive of both, the modern and the legacy version of the extension ready to be used. Alternativley you can also run `make build-legacy` or `make build-modern` to only compile one of both versions. + **Note:** This will create a ready to go .zip archive of both, the modern and the legacy version of the extension ready to be used. Alternativley you can also run `make build-legacy` or `make build-modern` to only compile one of both versions. You can now unzip your version and put the folder right into your exntensions directory `(~/.local/share/gnome-shell/extensions)`. -3. **Locate the output** - ```bash - ls -1 ../simple-tiling@domoel-*-v*.zip - ``` -4. **Install & enable** - ```bash - gnome-extensions install ../simple-tiling@domoel-legacy-v6.zip - gnome-extensions enable simple-tiling@domoel - ``` - **Note:** You can also unzip the file and put the folder right into your extensions directory `(~/.local/share/gnome-shell/extensions/)` - -5. **Reload the shell** +3. **Reload the shell** ```bash Press Alt + F2, type r , hit ↩ (works for X11 and Wayland) ``` -6. **Clean up (optional)** +4. **Clean up (optional)** ```bash make clean # removes build/ folder and generated ZIPs ```