Skip to content

Commit 45165e1

Browse files
committed
docs: fix directory separator for Windows
1 parent d98ec38 commit 45165e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/installation/running.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Adding Host Alias
146146
-----------------
147147

148148
Add a host alias in your "hosts" file, typically **/etc/hosts** on unix-type platforms,
149-
or **c:/Windows/System32/drivers/etc/hosts** on Windows.
149+
or **c:\Windows\System32\drivers\etc\hosts** on Windows.
150150

151151
Add a line to the file.
152152
This could be ``myproject.local`` or ``myproject.test``, for instance::

0 commit comments

Comments
 (0)