Skip to content

Commit c9e3bab

Browse files
committed
@ teracyhq#235 | How to install a specific vagrant version on Windows
1 parent dbee053 commit c9e3bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ Check out the video and follow step by step instructions below:
222222

223223
.. code-block:: bash
224224
225-
$ choco install virtualbox -y
225+
$ choco install virtualbox --version 5.1.14 -y
226226
227227
- Install ``vagrant`` (>=1.8.7, >=1.9.1):
228228

229229
.. code-block:: bash
230230
231-
$ choco install vagrant -y
231+
$ choco install vagrant --version 1.9.1 -y
232232
233-
After finishing the vagrant installation, you are recommended to restart your machine.
233+
After finishing the ``vagrant`` installation, you are recommended to restart your machine.
234234

235235

236236
Next: :ref:`teracy-dev Git Clone and Vagrant Up <teracy-dev-git-clone-and-vagrant-up>`

0 commit comments

Comments
 (0)