From 82b3a041af1f1e9163e7447cb08bd4cd9adc3004 Mon Sep 17 00:00:00 2001 From: jenslody Date: Wed, 29 Jan 2014 08:57:46 +0100 Subject: [PATCH] Fix git-url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a39631..8253370 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Make sure you have the following dependencies installed: Run the following commands: - cd ~ && git clone git@github.com:jenslody/gnome-shell-extension-top-notification.git + cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-top-notification.git cd ~/gnome-shell-extension-top-notification ./autogen.sh && make local-install