From 11bca4cd27776fa90f50c0723fd3978ad303dac8 Mon Sep 17 00:00:00 2001 From: Tair Sabirgaliev Date: Wed, 4 Apr 2012 15:18:38 +0600 Subject: [PATCH] Fix paths in installation documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e65dff8..b9db9d6 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ version is 4.3.10. 2. Initialize the submodules: - `git submodule update --init --recursive` + `cd ~/.oh-my-zsh && git submodule update --init --recursive` 3. Create a new Zsh configuration by copying the Zsh template provided: - `cp ~/.oh-my-zsh/templates/zshrc.zsh ~/.zshrc` + `cp ~/.oh-my-zsh/templates/zshrc ~/.zshrc` 4. Set Zsh as your default shell: