From 6e5fedce21d08ea1d781c78528dab029c680a65e Mon Sep 17 00:00:00 2001 From: LinuxGogley Date: Sun, 27 Nov 2016 20:55:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eecde1551..3deeac356 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Oh My Zsh is installed by running one of the following commands in your terminal #### via curl ```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" +sh -c "$(curl -fsSL https://raw.githubusercontent.com/LinuxGogley/oh-my-zsh/blob/master/tools/install.sh)" ``` #### via wget