Skip to content

Commit

Permalink
Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add installation commands to `x` tool README
  • Loading branch information
Dylan-DPC committed Dec 25, 2020
2 parents b295b8e + 163f5da commit c24fcad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tools/x/README.md
Original file line number Diff line number Diff line change
@@ -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 .
```

0 comments on commit c24fcad

Please sign in to comment.