Skip to content

Commit

Permalink
backslashes not showing in docs
Browse files Browse the repository at this point in the history
escape the backslashes in the windows paths
  • Loading branch information
deepinthewoods authored and florianfesti committed Jun 22, 2023
1 parent 53d457e commit 7b4cc70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/src/install/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Following steps are known to work under Windows 10/11 (64-bit):
:align: center

6. Change into the folder for Boxes.py,
e.g. with the command :code:`cd \Users\[USERNAME]\Downloads\boxes-master`
e.g. with the command :code:`cd \\Users\\[USERNAME]\\Downloads\\boxes-master`
7. Run the development server with the command
:code:`python scripts\boxesserver`
:code:`python scripts\\boxesserver`
Note: You likely will be notified by your firewall that it blocked network
access. If you want to use boxesserver you need to allow connections.

Expand All @@ -69,7 +69,7 @@ Following steps are known to work under Windows 10/11 (64-bit):


Additionally the command line version of Boxes.py can be used with
the command :code:`python scripts\boxes`.
the command :code:`python scripts\\boxes`.

Windows Subsystem for Linux
---------------------------
Expand Down

0 comments on commit 7b4cc70

Please sign in to comment.