From c2510831e5fe5b94ca7b7e9429e26f9200fd65bb Mon Sep 17 00:00:00 2001 From: Robbert Korving Date: Wed, 24 May 2023 10:29:23 +0200 Subject: [PATCH] corrected git clone command `git clone git://github.com/realh/multi-monitors-add-on.git` uses an outdated url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af815d..5c770bb 100644 --- a/README.md +++ b/README.md @@ -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/ ```