From 13147fc496cf79eb2a58bce01affdc4da8d57c26 Mon Sep 17 00:00:00 2001 From: Victor Ferraz Date: Thu, 16 Nov 2017 08:41:33 -0300 Subject: [PATCH] [master] Updating README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89c51c1..bc9e0c3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A Simple and fast Oh-My-Zsh theme, based on [Pure](https://github.com/sindresorh #### This theme requires [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh) with Zsh version 5.1.1 or higher. -Download the file and save it to `~/.oh-my-zsh`: +Download the file and save it to `$ZSH_CUSTOM/themes/` (by default `~/.oh-my-zsh/custom/themes/`): ``` -curl -o $HOME/.oh-my-zsh/custom/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme +curl -o $ZSH_CUSTOM/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme ``` Then, update the `ZSH_THEME` variable in your `~/.zshrc`: