]> git.lizzy.rs Git - rust.git/blob - src/tools/x/README.md
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / tools / x / README.md
1 # x
2
3 `x` invokes `x.py` from any subdirectory.
4
5 To install, run the following commands:
6
7 ```
8 $ cd rust/src/tools/x/
9 $ cargo install --path .
10 ```