Merge "doc(install): updates install instructions"

This commit is contained in:
Zuul 2021-01-22 20:24:04 +00:00 committed by Gerrit Code Review
commit 58cd12ae25

View File

@ -20,11 +20,13 @@ A vagrant file is provided under ``tools/deployment/vagrant``, running
``vagrant up`` from this directory should bring up and deploy a copy of the
Jarvis AIO.
.. hint:: The recommended provider in the ``Vagrantfile`` is ``virtualbox``,
however, ``libvirt`` is included.
.. note:: For Vagrant to work, a virtualization provider (e.g. ``Virtualbox``,
``libvirt``) is required. The recommended provider in the
``Vagrantfile`` is ``Virtualbox``, however, ``libvirt`` is included. To
install ``Virtualbox``, see the instruction at
`Virtualbox's page <https://www.virtualbox.org/>`_.
.. note:: This document does not cover the installation of vagrant.
Please refer to the instructions
`here <https://www.vagrantup.com/docs/installation>`_.
Please refer to the instructions at
`Vagrant's page <https://www.vagrantup.com/docs/installation>`_.