Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum

Add installation commands to `x` tool README
This commit is contained in:
Dylan DPC 2020-12-25 03:39:38 +01:00 committed by GitHub
commit c24fcad7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .
```