doc: fix typos in Windows docs

This commit is contained in:
Gabriel Ferreira
2022-10-12 20:57:06 -03:00
parent aee234645a
commit 6ac24de27c
2 changed files with 5 additions and 4 deletions

View File

@@ -390,7 +390,7 @@ Using the pre-packaged Vagrant box
The provider for the ns-3 Vagrant box is `VirtualBox`_.
The virtual machine can be downloaded via the following Vagrant command
The reference Windows virtual machine can be downloaded via the following Vagrant command
.. sourcecode:: console
@@ -518,7 +518,7 @@ At this point, we can clone ns-3 locally:
.. sourcecode:: console
C:\Users\vagrant> git clone -b mingw_patches `https://gitlab.com/gabrielcarvfer/ns-3-dev`
C:\Users\vagrant> git clone `https://gitlab.com/nsnam/ns-3-dev`
C:\Users\vagrant> cd ns-3-dev
C:\Users\vagrant\ns-3-dev> python3 ns3 configure --enable-tests --enable-examples --enable-mpi
C:\Users\vagrant\ns-3-dev> python3 test.py

View File

@@ -1072,8 +1072,9 @@ Note: The ns-3 script adds only the ns-3 lib directory path to the PATH,
ensuring the ns-3 dlls will be found by running programs. If you are using CMake directly or
an IDE, make sure to also include the path to ns-3-dev/build/lib in the PATH variable.
If you are using one of Windows's terminals (CMD, PowerShell or Terminal), you can use the
`setx<https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/setx/>__`
.. _setx : https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/setx/
If you are using one of Windows's terminals (CMD, PowerShell or Terminal), you can use the `setx`_
command to change environment variables permanently or `set` to set them temporarily for that shell:
.. sourcecode:: console