Update README.md
This commit is contained in:
@@ -65,7 +65,7 @@ The repository includes a Makefile that produces ready‑to‑install ZIP packag
|
|||||||
make install-interim # Installs Interim Extension (Gnome-Shell 40 - 44)
|
make install-interim # Installs Interim Extension (Gnome-Shell 40 - 44)
|
||||||
make install-modern # Installs Modern Extension (Gnome-Shell 45+)
|
make install-modern # Installs Modern Extension (Gnome-Shell 45+)
|
||||||
```
|
```
|
||||||
**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.
|
**Note:** This command will directly install the extension in the choosen variant (legacy, interim 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 all versions as .zip or `make build-legacy`, `make build-interim` 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**
|
4. **Reload the shell**
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user