Skip to content

Commit 6686cc0

Browse files
committed
fixes direction of slashes and removes C prefix to which ssh call
1 parent 9e05e85 commit 6686cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/sitl_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ and Linux (though we recommend the native installations linked above).
5252
#. Install SSH (Windows only - SSH is present by default on Linux/Mac OSX)
5353

5454
* Download and install `Git for Windows <https://git-scm.com/download/win>`_ (or another client that comes with SSH).
55-
After installing you can locate the file using the command ``C:\where ssh`` (normally it is installed to **C:/Program Files (x86)/Git/bin/ssh.exe**
56-
* Add the ssh.exe location to the *Path* (**System Properties | Advanced tab | Environment Variables | Path**)
55+
After installing you can locate the file using the command ``where ssh`` (normally it is installed to **C:\\Program Files (x86)\\Git\\bin\\ssh.exe**
56+
* Add the **ssh.exe** location to the *Path* (**System Properties | Advanced tab | Environment Variables | Path**)
5757

5858
#. Create a new directory where you will run *Vagrant*, and open a command prompt/terminal in it:
5959

0 commit comments

Comments
 (0)