From 016d50637351a13bb7bc210f845b6381c583d798 Mon Sep 17 00:00:00 2001 From: fumseck Date: Thu, 23 Jun 2016 22:05:25 +0200 Subject: [PATCH] update readme --- plugins/git-flow/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/git-flow/README.md b/plugins/git-flow/README.md index 775ad8429..42e2c3d85 100644 --- a/plugins/git-flow/README.md +++ b/plugins/git-flow/README.md @@ -1,12 +1,12 @@ # Git flow plugin installation -``` +```bash - $ git clone https://github.com/robbyrussell/oh-my-zsh.git +git clone https://github.com/robbyrussell/oh-my-zsh.git - $ cp oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh ~/.git-flow-completion.zsh +cp oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh ~/.git-flow-completion.zsh - $ vi ~/.zshrc +vi ~/.zshrc # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/