diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-04 10:59:32 +0100 |
---|---|---|
committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-04 10:59:32 +0100 |
commit | f46e84b406a1ba6eb2d0cfdd696653cb94d644ae (patch) | |
tree | 72396a02cb1725730a624b2c94da98b2f1758eb0 /vagrant | |
parent | 3082ca232799afb396346ed60188838dcbb5c216 (diff) | |
download | dab-scripts-f46e84b406a1ba6eb2d0cfdd696653cb94d644ae.tar.gz dab-scripts-f46e84b406a1ba6eb2d0cfdd696653cb94d644ae.tar.bz2 dab-scripts-f46e84b406a1ba6eb2d0cfdd696653cb94d644ae.zip |
Text review
Diffstat (limited to 'vagrant')
-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: |