update proxy example in README

This commit is contained in:
Mark Burnett 2017-06-20 13:44:52 -05:00
parent 1cc6fb4c0e
commit c191be6fad
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ cd /vagrant
export DOCKER_HTTP_PROXY="http://proxy.server.com:8080"
export DOCKER_HTTPS_PROXY="https://proxy.server.com:8080"
export DOCKER_NO_PROXY="localhost,127.0.0.1"
sudo -E /vagrant/genesis.sh /vagrant/example/vagrant-config.yaml
sudo -E /vagrant/genesis.sh /vagrant/configs/n0.yaml
```
## Building the image