Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _posts/2015-07-07-distributed.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ need a custom branch of it for now. Let's check that out:
```console
$ go get google.golang.org/grpc
$ cd $GOPATH/src/google.golang.org/grpc
$ git remote add bazil https://github.com/bazil/grpc-go
$ git fetch bazil
$ git checkout -b auth bazil/auth
$ git checkout 5e5f5df2bbfed81a191eb0484831738cc729f3b9
```

And then install Bazil itself:
Expand Down