add Vagrant instructions to CONTRIBUTING guides (Refs #894) [ci skip]

This commit is contained in:
Anton Kaliaev 2017-11-24 16:42:18 -06:00
parent 38c4de3fc7
commit fb87590c82
No known key found for this signature in database
GPG Key ID: 7B6881D965918214

View File

@ -40,6 +40,17 @@ Since some dependencies are not under our control, a third party may break our b
Run `bash scripts/glide/status.sh` to get a list of vendored dependencies that may not be up-to-date. Run `bash scripts/glide/status.sh` to get a list of vendored dependencies that may not be up-to-date.
## Vagrant
If you are a [Vagrant](https://www.vagrantup.com/) user, all you have to do to get started hacking Tendermint is:
```
vagrant up
vagrant ssh
cd ~/go/src/github.com/tendermint/tendermint
make test
```
## Testing ## Testing
All repos should be hooked up to circle. All repos should be hooked up to circle.