Skip to content

Commit b4acbb9

Browse files
caseyJoshua Nelson
authored andcommitted
Update src/building/how-to-build-and-run.md
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 4e9e17f commit b4acbb9

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
@@ -74,7 +74,7 @@ To read more about the bootstrap process and why `x.py` is necessary,
7474

7575
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
77-
of a checkout.
77+
of a checkout. It also looks up the appropriate version of `python` to use.
7878

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

0 commit comments

Comments
 (0)