From 8e6d9ab2d998631c7a7abbc99f130068ff5e15cf Mon Sep 17 00:00:00 2001 From: Dome Date: Sun, 27 Jul 2025 23:47:56 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89c8bea..b2bec63 100644 --- a/README.md +++ b/README.md @@ -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 + 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 - 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/ ``` 3. **Restart GNOME Shell.** Press `Alt` + `F2`, type `r`, and press `Enter`.