From 2476a859fa0c2a1ea58a9b84419c32d946cce282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 23 Feb 2020 15:25:22 +0100 Subject: [PATCH] Fix clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4afa4ba..56f0732 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ at `/var/lib/dotfiles`. To setup the dotfiles: -1. `git clone git://github.com:whatevsz/dotfiles ~/dotfiles` +1. `git clone https://github.com/hakoerber/dotfiles.git ~/dotfiles` 2. `cd ~/dotfiles && ./bootstrap.sh`