Skip to content

Commit bbacb14

Browse files
committed
Fix install command
1 parent 35f6370 commit bbacb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There is a binary that wraps `x.py` called `x` in `src/tools/x`. All it does is
7676
run `x.py`, but it can be installed system-wide and run from any subdirectory
7777
of a checkout.
7878

79-
You can install it with `cargo install --path/src/tools/x`.
79+
You can install it with `cargo install --path src/tools/x`.
8080

8181
[bootstrap]: ./bootstrapping.md
8282

0 commit comments

Comments
 (0)