summaryrefslogtreecommitdiffstats
path: root/docs/reference/vppvagrant/installingVboxVagrant.rst
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2018-08-01 10:38:23 -0400
committerDamjan Marion <dmarion@me.com>2018-08-01 20:21:23 +0000
commita14c16674023bd6672ca49e3551c707702711050 (patch)
tree8f6fcd2a22356a0d16dce12f3b2bbdefbb37d7e7 /docs/reference/vppvagrant/installingVboxVagrant.rst
parente126cc53317fcc38970d244bea2ddaf11e47702f (diff)
docs: change code blocks from "shell" to "console"
Change-Id: I136fccfc06e07fb68d11df686c59687362fb8827 Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/reference/vppvagrant/installingVboxVagrant.rst')
-rw-r--r--docs/reference/vppvagrant/installingVboxVagrant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/vppvagrant/installingVboxVagrant.rst b/docs/reference/vppvagrant/installingVboxVagrant.rst
index 1bd4ba076d7..018ce6cfb53 100644
--- a/docs/reference/vppvagrant/installingVboxVagrant.rst
+++ b/docs/reference/vppvagrant/installingVboxVagrant.rst
@@ -15,7 +15,7 @@ If you're on CentOS, follow the `steps here <https://wiki.centos.org/HowTos/Virt
If you're on Ubuntu, perform:
-.. code-block:: console
+.. code-block:: shell
$ sudo apt-get install virtualbox
@@ -24,13 +24,13 @@ __________________
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