Update src/building/how-to-build-and-run.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
79d3ceb2fa
commit
d7bb0ad45d
|
|
@ -74,7 +74,7 @@ To read more about the bootstrap process and why `x.py` is necessary,
|
||||||
|
|
||||||
There is a binary that wraps `x.py` called `x` in `src/tools/x`. All it does is
|
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
|
run `x.py`, but it can be installed system-wide and run from any subdirectory
|
||||||
of a checkout.
|
of a checkout. It also looks up the appropriate version of `python` to use.
|
||||||
|
|
||||||
You can install it with `cargo install --path src/tools/x`.
|
You can install it with `cargo install --path src/tools/x`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue