From a325ef18e51eb729f73fd89062e95b1925bc620c Mon Sep 17 00:00:00 2001 From: Ilkin Bayramli <43158991+ibayramli2001@users.noreply.github.com> Date: Wed, 15 Jun 2022 19:09:04 -0700 Subject: [PATCH] Add Fig as an installation method to the README --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 1a82729..4e32ada 100644 --- a/README.markdown +++ b/README.markdown @@ -9,6 +9,14 @@ The contained completion routines provide support for completing: * feature, hotfix and release branches * remote feature, hotfix and release branch names +Installation with Fig +--------------------- + +[Fig](https://fig.io) adds apps, shortcuts, and autocomplete to your existing terminal. + +Install `git-flow-completion` for Bash, Zsh, or Fish with just one click. + + Installation for Bash ---------------------