about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-12-25 03:39:38 +0100
committerGitHub <noreply@github.com>2020-12-25 03:39:38 +0100
commitc24fcad7be32fc14850740f24872ce8c6fbb1c68 (patch)
tree952ba5be7ca09268889ad1f13d4b3dd64cf3a1d4
parentb295b8e67b6e35cc74ca9706d4b9938ad8379419 (diff)
parent163f5da322f7e62216532735c67813060eacc8de (diff)
downloadrust-c24fcad7be32fc14850740f24872ce8c6fbb1c68.tar.gz
rust-c24fcad7be32fc14850740f24872ce8c6fbb1c68.zip
Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum
Add installation commands to `x` tool README
-rw-r--r--src/tools/x/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/x/README.md b/src/tools/x/README.md
index 3b3cf2847c2..80bf02e8a0e 100644
--- a/src/tools/x/README.md
+++ b/src/tools/x/README.md
@@ -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 .
+```