diff options
-rw-r--r-- | vagrant/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/README.md b/vagrant/README.md index 86122ff..3f24c68 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -7,9 +7,10 @@ With Vagrant and Virtualbox, you can run the ODR-mmbTools regardless of the oper 1. Install Virtualbox for your operating system 1. Install the Virtualbox Extension pack 1. Install Vagrant for your operating system +1. Clone this repository or copy the Vagrantfile on your host 1. Create and start the virtual environment: ``` - cd $HOME/dab-scripts/vagrant + # Go to the directory that contains the Vagrantfile vagrant up ``` 1. Access the virtual session to build the ODR-mmbTools suite: |