You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hacking/mach.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
`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.
4
4
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.
6
6
7
7
Use `--help` to list the subcommands, or get help with a specific subcommand:
0 commit comments