Update README.md

This commit is contained in:
2025-07-31 09:44:51 +02:00
committed by GitHub
parent 8a14b04958
commit a5b888b58f
+3 -14
View File
@@ -62,24 +62,13 @@ The repository includes a Makefile that produces readytoinstall ZIP packag
```bash ```bash
make build 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** 3. **Reload the shell**
```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**
```bash ```bash
Press Alt + F2, type r , hit ↩ (works for X11 and Wayland) Press Alt + F2, type r , hit ↩ (works for X11 and Wayland)
``` ```
6. **Clean up (optional)** 4. **Clean up (optional)**
```bash ```bash
make clean # removes build/ folder and generated ZIPs make clean # removes build/ folder and generated ZIPs
``` ```