From 4a99a2a07d47407dcfdc7d8ae4adf979933efe05 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 26 Jan 2018 01:18:33 -0500 Subject: [PATCH] update contributing.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b980071..b991bcc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.