From 495bd6a5a92c76cb42e8c2a49718210bb051ac57 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Thu, 29 Nov 2018 00:06:04 -0500 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee53821..7c050d8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Note that the install will still download it! Note that bash is required for this install (as some of the interactive options depend on bash). ``` -bash -c "$(curl -fsSL https://raw.githubusercontent.com/akarle/dotfiles/master/install.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/akarle/dotfiles/master/bin/install.sh)" ``` ## Trying it Out -- libgit2 0.28.4