Skip to content

Commit

Permalink
Update note about required Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 17, 2020
1 parent 3075af8 commit 3138b3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source.md
@@ -1,5 +1,11 @@
# Installation from source

0. Verify that you have Go 1.13+ installed
```
$ go version
go version go1.13.7
```

1. Clone cli into `~/.githubcli`
```
$ git clone https://github.com/cli/cli.git ~/.githubcli
Expand All @@ -10,8 +16,6 @@ $ 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**:
Expand Down

0 comments on commit 3138b3b

Please sign in to comment.