abstreet/docs/setup.md
2018-03-13 08:06:03 -07:00

10 lines
221 B
Markdown

# Setup instructions
These are incomplete notes. When this game is ready for release, I'll fill this out.
```shell
sudo apt-get install protobuf-compiler
cargo install protobuf
protoc --rust_out src/ abstreet.proto
```