From 2c0ea8f1bf4760d0d44110334897afd048a01814 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 18 Apr 2016 16:50:49 +0800 Subject: [PATCH] Update README.markdown --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 0cbea72c9..5be4ba5b2 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.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" +sh -c "$(curl -fsSL https://raw.githubusercontent.com/lapcca/oh-my-zsh/master/tools/install.sh)" ``` #### via wget ```shell -sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" +sh -c "$(wget https://raw.githubusercontent.com/lapcca/oh-my-zsh/master/tools/install.sh -O -)" ``` ## Using Oh My Zsh