We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f6370 commit bbacb14Copy full SHA for bbacb14
src/building/how-to-build-and-run.md
@@ -76,7 +76,7 @@ There is a binary that wraps `x.py` called `x` in `src/tools/x`. All it does is
76
run `x.py`, but it can be installed system-wide and run from any subdirectory
77
of a checkout.
78
79
-You can install it with `cargo install --path/src/tools/x`.
+You can install it with `cargo install --path src/tools/x`.
80
81
[bootstrap]: ./bootstrapping.md
82
0 commit comments