From 44ec759edff000435fbcc70910e66d0f0dfa170b Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Mon, 18 Mar 2019 14:58:56 -0700 Subject: [PATCH] Fix Readme Install --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 843c0c6ba..91441f51c 100644 --- a/README.markdown +++ b/README.markdown @@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal #### via curl ```shell -sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" +sh -c "$(curl -fsSL https://raw.github.com/ahirreddy/oh-my-zsh/master/tools/install.sh)" ``` #### via wget ```shell -sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" +sh -c "$(wget https://raw.github.com/ahirreddy/oh-my-zsh/master/tools/install.sh -O -)" ``` ## Using Oh My Zsh