We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9e17f commit b4acbb9Copy full SHA for b4acbb9
src/building/how-to-build-and-run.md
@@ -74,7 +74,7 @@ To read more about the bootstrap process and why `x.py` is necessary,
74
75
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.
+of a checkout. It also looks up the appropriate version of `python` to use.
78
79
You can install it with `cargo install --path src/tools/x`.
80
0 commit comments