Skip to content

Commit 1c9c48c

Browse files
committed
Fix developing instructions in the readme
1 parent 4a79bd7 commit 1c9c48c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a clone of the [Workspace Grid](https://github.com/zakkak/workspace-grid
2121

2222
[<img src="https://raw.githubusercontent.com/andyholmes/gnome-shell-extensions-badge/master/get-it-on-ego.svg?sanitize=true" height="100">](https://extensions.gnome.org/extension/1485/workspace-matrix/)
2323

24-
The easiest way to install this extension is via the [GNOME Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
24+
The easiest way to install this extension is via the [GNOME Shell Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
2525

2626
## Contributing
2727

@@ -31,11 +31,11 @@ Pull requests for issues that are marked as "bug" or "help wanted" are always we
3131

3232
You can develop this extension "live" while it is installed in GNOME on your system:
3333

34-
1. Uninstall this extension if it is already installed. You can do this via the [GNOME Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
35-
2. Clone this repository somewhere, e.g. to `~/code/gnome-shell-workspace-matrix`.
36-
3. Create a symlink from this repository to the GNOME extensions directory, e.g.:
34+
1. Uninstall this extension if it is already installed. You can do this via the [GNOME Shell Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
35+
2. Fork this repository and clone your fork somewhere, e.g. to `~/code/gnome-shell-workspace-matrix`.
36+
3. Create a symlink from the repository to the GNOME extensions directory, e.g.:
3737
```
38-
ln -s ~/code/gnome-shell-workspace-matrix/wsmatrix@martin.zurowietz.de ~/.local/share/gnome-shell/extensions/gnome-shell-workspace-matrix/wsmatrix@martin.zurowietz.de
38+
ln -s ~/code/gnome-shell-workspace-matrix/wsmatrix@martin.zurowietz.de ~/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de
3939
```
4040
4. Restart GNOME by pressing Alt+F2 and running the command `r`. Do this whenever you want to apply and test a change of the code.
4141

0 commit comments

Comments
 (0)