corrected git clone command

`git clone git://github.com/realh/multi-monitors-add-on.git` uses an outdated url.
This commit is contained in:
Robbert Korving
2023-05-24 10:29:23 +02:00
committed by lazanet
parent 9547e238ad
commit c2510831e5

View File

@@ -18,7 +18,7 @@ in dynamic fashion, no restart needed.
# Installation from git
```sh
git clone git://github.com/realh/multi-monitors-add-on.git
git clone git@github.com:realh/multi-monitors-add-on.git
cd multi-monitors-add-on
cp -r multi-monitors-add-on@spin83 ~/.local/share/gnome-shell/extensions/
```