From 3075af84d97bf0b1b78afcc0dd994a008eabd0bb Mon Sep 17 00:00:00 2001 From: Emerson Castaneda Date: Sat, 15 Feb 2020 16:08:54 -0500 Subject: [PATCH] Add Go ver. note for installing from source --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index da27f29fe..3e13f002f 100644 --- a/source.md +++ b/source.md @@ -10,6 +10,8 @@ $ git clone https://github.com/cli/cli.git ~/.githubcli $ cd ~/.githubcli && make ``` +_Note: it requires Go 1.13+_ + 3. Add `~/.githubcli/bin` to your $PATH for access to the gh command-line utility. * For **bash**: