Skip to content

Commit 163f5da

Browse files
committed
Add installation commands to x tool README
1 parent 11c94a1 commit 163f5da

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)