X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fvppvagrant%2FinstallingVboxVagrant.rst;h=326312899b401554afcfde0399b889c6a675f53b;hb=aab0604c47f9d6e3fadb894b3f081085833f62b3;hp=1bd4ba076d7a6c932ae4a6ec425acb79cd6d94ba;hpb=06dcd45ff81e06bc8cf40ed487c0b2652d346a5a;p=vpp.git diff --git a/docs/reference/vppvagrant/installingVboxVagrant.rst b/docs/reference/vppvagrant/installingVboxVagrant.rst index 1bd4ba076d7..326312899b4 100644 --- a/docs/reference/vppvagrant/installingVboxVagrant.rst +++ b/docs/reference/vppvagrant/installingVboxVagrant.rst @@ -1,7 +1,5 @@ .. _installingVboxVagrant: -.. toctree:: - Installing Vbox and Vagrant =========================== @@ -15,24 +13,26 @@ If you're on CentOS, follow the `steps here `_. + Installing Vagrant __________________ Here we are on a 64-bit version of CentOS, downloading and installing Vagrant 2.1.2: -.. code-block:: console +.. code-block:: shell $ yum -y install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.rpm This is a similar command, but on a 64-bit version of Debian: -.. code-block:: console +.. code-block:: shell $ sudo apt-get install https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb -If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the Vagrant `download page `_, right-click and copy the link address for your specified version, and replace the above install command for your respective OS and architechure. \ No newline at end of file +If you want to download a newer version of Vagrant or one specific to your OS and architecture, go to the `Vagrant download page `_.