Skip to content

Commit

Permalink
Added minor installation note regarding 'GO111MODULE' (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taufik Rama authored Jul 29, 2021
1 parent 48a48ed commit b9095bf
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 @@ -17,7 +17,7 @@ This package provides:
## Installation

```
$ go get capnproto.org/go/capnp/v3
$ GO111MODULE=on go get capnproto.org/go/capnp/v3
```

**NOTE:** You will need to install the [`capnp` tool](https://capnproto.org/capnp-tool.html) in order to compile your Cap'n Proto schemas into Go. This package has been tested with version `0.8.0` of the `capnp` tool.
Expand Down

0 comments on commit b9095bf

Please sign in to comment.