Fix install command

This commit is contained in:
Casey Rodarmor 2020-11-08 14:51:46 -08:00 committed by Tshepang Lekhonkhobe
parent d0988bcb5d
commit 4e9e17fba4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ There is a binary that wraps `x.py` called `x` in `src/tools/x`. All it does is
run `x.py`, but it can be installed system-wide and run from any subdirectory
of a checkout.
You can install it with `cargo install --path/src/tools/x`.
You can install it with `cargo install --path src/tools/x`.
[bootstrap]: ./bootstrapping.md