backslashes not showing in docs

escape the backslashes in the windows paths
This commit is contained in:
deepinthewoods 2023-06-21 21:10:44 +01:00 committed by Florian Festi
parent 53d457e4fc
commit 7b4cc709c7
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ Following steps are known to work under Windows 10/11 (64-bit):
:align: center :align: center
6. Change into the folder for Boxes.py, 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 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 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. access. If you want to use boxesserver you need to allow connections.
@ -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 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 Windows Subsystem for Linux
--------------------------- ---------------------------