Update README.md

This commit is contained in:
2025-07-31 10:30:21 +02:00
committed by GitHub
parent 053f5fe90a
commit 405871c0f3
+2 -2
View File
@@ -60,8 +60,8 @@ The repository includes a Makefile that produces readytoinstall ZIP packag
2. **Create the package that matches your GNOME-Shell version**
Open the Terminal within the Simple-Tiling directory and run
```bash
make build-legacy-go # Installs Legacy Extension
make build-modern-go # Installs Modern Extension
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.