summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2017-09-08 14:01:00 +0900
committerGitHub <noreply@github.com>2017-09-08 14:01:00 +0900
commite96f80253c152c42c712ee3294bda85ae0da3aaa (patch)
treebc04fca986bcc62976196efe121740500f606c76
parentf02618e41b46cbe6ee87065c2a942910bc1393f5 (diff)
downloadvyos-integration-test-e96f80253c152c42c712ee3294bda85ae0da3aaa.tar.gz
vyos-integration-test-e96f80253c152c42c712ee3294bda85ae0da3aaa.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e2eaa6..53127fc 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,12 @@ cd vyos-integration-test
./setup.sh
```
+* Set vagrant box (default to higebu/vyos)
+
+```
+export VYOS_VAGRANT_BOX=vyos/current
+```
+
## Run test
```