Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ To run the tests, you'll need to install:

* [Cap'n Proto](https://capnproto.org/)
* [Protocol Buffers](https://developers.google.com/protocol-buffers/?hl=en)
* [FlatBuffers](https://google.github.io/flatbuffers)
* [Go](https://golang.org/)
* [Rust](https://rust-lang.org/)

On OS X and [Homebrew](http://brew.sh/), this can all be done with:

```
brew install capnp protobuf rust go
brew install capnp protobuf flatbuffers rust go
```

I'm not yet sure what's needed for other operating systems. Once that is
Expand Down
Loading