Update README.md

This commit is contained in:
2025-07-27 23:47:22 +02:00
committed by GitHub
parent d9bacba373
commit cb26f3aebb
+9 -6
View File
@@ -50,13 +50,16 @@ Use the [GNOME Shell Extensions website](https://extensions.gnome.org/extension/
#### Manual Installation #### Manual Installation
1. **Clone the repository** into your local extensions directory: 1. **Navigate to your extensions folder:**
```bash
cd ~/.local/share/gnome-shell/extensions/
```
2. **Clone the repository directly into a folder named after the extension's UUID:**
```bash
git clone https://github.com/Domoel/Simple-Tiling.git simple-tiling@domoel
```
3. **Compile the GSettings schema.** This is a mandatory step for the keyboard shortcuts to work.
```bash ```bash
git clone https://github.com/Domoel/Simple-Tiling.git
```
2. **Compile the GSettings schema.** This is a mandatory step for the keyboard shortcuts to work.
```bash
cd ~/.local/share/gnome-shell/extensions/simple-tiling@domoel/
glib-compile-schemas schemas/ glib-compile-schemas schemas/
``` ```
3. **Restart GNOME Shell.** Press `Alt` + `F2`, type `r`, and press `Enter`. 3. **Restart GNOME Shell.** Press `Alt` + `F2`, type `r`, and press `Enter`.