Update README.md
This commit is contained in:
@@ -50,13 +50,16 @@ Use the [GNOME Shell Extensions website](https://extensions.gnome.org/extension/
|
||||
|
||||
#### Manual Installation
|
||||
|
||||
1. **Clone the repository** into your local extensions directory:
|
||||
1. **Navigate to your extensions folder:**
|
||||
```bash
|
||||
git clone https://github.com/Domoel/Simple-Tiling.git
|
||||
cd ~/.local/share/gnome-shell/extensions/
|
||||
```
|
||||
2. **Compile the GSettings schema.** This is a mandatory step for the keyboard shortcuts to work.
|
||||
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
|
||||
cd ~/.local/share/gnome-shell/extensions/simple-tiling@domoel/
|
||||
glib-compile-schemas schemas/
|
||||
```
|
||||
3. **Restart GNOME Shell.** Press `Alt` + `F2`, type `r`, and press `Enter`.
|
||||
|
||||
Reference in New Issue
Block a user