mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
update contributing.md
This commit is contained in:
parent
4b63b3aa0b
commit
4a99a2a07d
@ -42,18 +42,18 @@ Run `bash scripts/glide/status.sh` to get a list of vendored dependencies that m
|
|||||||
|
|
||||||
## Vagrant
|
## 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 box update` to upgrade to the latest `ubuntu/xenial64`.
|
||||||
|
|
||||||
```
|
```
|
||||||
vagrant up
|
vagrant up
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
cd ~/go/src/github.com/tendermint/tendermint
|
|
||||||
make test
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
All repos should be hooked up to circle.
|
All repos should be hooked up to circle.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user