Skip to content

Commit c24fcad

Browse files
authored
Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum
Add installation commands to `x` tool README
2 parents b295b8e + 163f5da commit c24fcad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tools/x/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# x
22

33
`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+
```

0 commit comments

Comments
 (0)