commit 495bd6a5a92c76cb42e8c2a49718210bb051ac57 (patch) parent 52a4d4572db468bd72f5dbaf5cee147bccd3f862 Author: Alexander Karle <akarle@umass.edu> Date: Thu, 29 Nov 2018 00:06:04 -0500 Fix broken link in README Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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