Skip to content

Commit 9ecac16

Browse files
authored
add conditional for using backslashes (#102)
1 parent b9ecb5a commit 9ecac16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hacking/mach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`mach` is a Python program that does plenty of things to make working on Servo easier, like building and running Servo, running tests, and updating dependencies.
44

5-
**Windows users:** you will need to replace `./mach` with `.\mach` in the commands in this book.
5+
**Windows users:** you will need to replace `./mach` with `.\mach` in the commands in this book if you are using cmd.
66

77
Use `--help` to list the subcommands, or get help with a specific subcommand:
88

0 commit comments

Comments
 (0)