diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-14 12:50:48 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2017-01-14 12:50:48 +0900 |
commit | 7a5b02d617568aed329aca249bc279d9756a7373 (patch) | |
tree | a8ce7f2ccfcc6138e9040e87a112eafe15df66d6 | |
parent | 09c39086238bbc927cf63d2f9871661239fcbf64 (diff) | |
download | vyos-integration-test-7a5b02d617568aed329aca249bc279d9756a7373.tar.gz vyos-integration-test-7a5b02d617568aed329aca249bc279d9756a7373.zip |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -4,14 +4,9 @@ VyOS integration test with Vagrant, KVM and Serverspec. ## Setup -* Install Vagrant -* Install Vagrant plugins - - ``` - vagrant plugin install vagrant-vyos - vagrant plugin install vagrant-libvirt - ``` -* Run `bundle` +``` +./setup.sh +``` ## Run test |