From 9ac5b70a88b142f0db5e13f074380ec67bbc5f20 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Brown" Date: Tue, 26 Jul 2016 03:23:16 -0400 Subject: [PATCH] README.md: Manual Installation: Clone the repository same as the tools/install.sh script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f152e4df..2fcc98305 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ export ZSH="$HOME/.dotfiles/oh-my-zsh"; sh -c "$(curl -fsSL https://raw.githubus ##### 1. Clone the repository: ```shell -git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh +git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh ``` ##### 2. *Optionally*, backup your existing `~/.zshrc` file: