Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum
Add installation commands to `x` tool README
This commit is contained in:
commit
c24fcad7be
@ -1,3 +1,10 @@
|
||||
# x
|
||||
|
||||
`x` invokes `x.py` from any subdirectory.
|
||||
|
||||
To install, run the following commands:
|
||||
|
||||
```
|
||||
$ cd rust/src/tools/x/
|
||||
$ cargo install --path .
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user