From cb558c8a0cd6defd93a589626a326bd674812c45 Mon Sep 17 00:00:00 2001 From: fumseck Date: Thu, 23 Jun 2016 22:13:44 +0200 Subject: [PATCH] add instruction to install git-flow in readme --- plugins/git-flow/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/git-flow/README.md b/plugins/git-flow/README.md index cf4dd62e8..4b72e17dd 100644 --- a/plugins/git-flow/README.md +++ b/plugins/git-flow/README.md @@ -16,4 +16,9 @@ $ source ~/.git-flow-completion.zsh ``` +## Git flow + +```bash +apt-get install git-flow +```