From 4f3e90710cc128db10feebe1863eda0b112d5ab4 Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Wed, 20 Dec 2017 15:25:09 +0000 Subject: [PATCH] updated doc to point to derkling repo Fix documentation install instructions by updating the repository link to derkling's. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 041233e..4b6a293 100644 --- a/README.markdown +++ b/README.markdown @@ -28,7 +28,7 @@ subject](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/). Run this: ```sh -git clone https://github.com/holman/dotfiles.git ~/.dotfiles +git clone https://github.com/derkling/dotfiles.git ~/.dotfiles cd ~/.dotfiles script/bootstrap ```