Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #248 from smacker/patch-1
Browse files Browse the repository at this point in the history
correct url for go get in installation instruction
  • Loading branch information
juanjux authored Mar 16, 2018
2 parents 2e8c041 + 119586b commit 19e77f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GOPATH](https://golang.org/doc/code.html#Workspaces) environment variables.
Babelfish SDK gets installed using either Go:

```bash
$ go get -t -v ./...
$ go get -t -v gopkg.in/bblfsh/sdk.v1/...
```

or make command:
Expand Down

0 comments on commit 19e77f4

Please sign in to comment.