Skip to content

Commit

Permalink
It's Go 1.6 now
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mislav committed Aug 15, 2016
1 parent b20d192 commit ddd5b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to the [Open Code of Conduct][code-of-conduct]. By particip

You will need:

1. Go 1.5 or better
1. Go 1.6 or better
1. Ruby 1.9+
2. git 1.8+
3. tmux & zsh (optional) - for running shell completion tests
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ $ cd hub
$ ./script/build -o ~/bin/hub
~~~

Or, if you've done Go development before and your $GOPATH/bin
directory is already in your PATH:

~~~ sh
$ go get github.com/github/hub
~~~

Aliasing
--------

Expand Down

0 comments on commit ddd5b16

Please sign in to comment.