We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbee053 commit c9e3babCopy full SHA for c9e3bab
docs/getting_started.rst
@@ -222,15 +222,15 @@ Check out the video and follow step by step instructions below:
222
223
.. code-block:: bash
224
225
- $ choco install virtualbox -y
+ $ choco install virtualbox --version 5.1.14 -y
226
227
- Install ``vagrant`` (>=1.8.7, >=1.9.1):
228
229
230
231
- $ choco install vagrant -y
+ $ choco install vagrant --version 1.9.1 -y
232
233
- After finishing the vagrant installation, you are recommended to restart your machine.
+ After finishing the ``vagrant`` installation, you are recommended to restart your machine.
234
235
236
Next: :ref:`teracy-dev Git Clone and Vagrant Up <teracy-dev-git-clone-and-vagrant-up>`
0 commit comments