Browse Source

update contributing.md

pull/1140/head
Ethan Buchman 7 years ago
parent
commit
4a99a2a07d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      CONTRIBUTING.md

+ 3
- 3
CONTRIBUTING.md View File

@ -42,18 +42,18 @@ Run `bash scripts/glide/status.sh` to get a list of vendored dependencies that m
## Vagrant
If you are a [Vagrant](https://www.vagrantup.com/) user, all you have to do to get started hacking Tendermint is:
If you are a [Vagrant](https://www.vagrantup.com/) user, you can get started hacking Tendermint with the commands below.
In case you installed Vagrant in 2017, you might need to run
NOTE: In case you installed Vagrant in 2017, you might need to run
`vagrant box update` to upgrade to the latest `ubuntu/xenial64`.
```
vagrant up
vagrant ssh
cd ~/go/src/github.com/tendermint/tendermint
make test
```
## Testing
All repos should be hooked up to circle.


Loading…
Cancel
Save