Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alexellis/faas-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis committed May 1, 2017
2 parents 8ad61e9 + 5dd87dd commit 9958dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export GOPATH=$HOME/go
* Now clone / build `faas-cli`:

```
$ cd $GOPATH
$ mkdir -p src/github.com/alexellis/
$ mkdir -p $GOPATH/src/github.com/alexellis/
$ cd $GOPATH/src/github.com/alexellis/
$ git clone https://github.com/alexellis/faas-cli
$ cd faas-cli
$ go get -d -v
Expand Down

0 comments on commit 9958dc3

Please sign in to comment.