Skip to content

Commit

Permalink
Glide installation instructions (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson Koonce committed Oct 1, 2016
1 parent f7f9371 commit 7403d11
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,18 @@ A Thrift encoding code generator and library for Go.

## Installation

`go get -u go.uber.org/thriftrw`
```
go get -u go.uber.org/thriftrw
```

If using [Glide](https://github.com/Masterminds/glide), *at least* `glide version 0.12` is required to install:

```
$ glide --version
glide version 0.12.2
$ glide get 'go.uber.org/thriftrw#~0.3'
```

## Development Status: Alpha

Expand Down

0 comments on commit 7403d11

Please sign in to comment.