summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-10-10 11:08:18 +0200
committerGitHub <noreply@github.com>2019-10-10 11:08:18 +0200
commit52f58785645c18aa88ea515d070a42bcfe97508d (patch)
tree7735bfe82758e847d6d95c216193e2b337c013c3
parent710a3d5a1e2888a4dfb1769f8f1edd8a590eee22 (diff)
parentbb97a9b3ecb809dc7f4f64713170e42b44853d1a (diff)
downloadzsh-52f58785645c18aa88ea515d070a42bcfe97508d.tar.gz
zsh-52f58785645c18aa88ea515d070a42bcfe97508d.tar.bz2
zsh-52f58785645c18aa88ea515d070a42bcfe97508d.zip
rust: add README (#8242)
-rw-r--r--plugins/rust/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/rust/README.md b/plugins/rust/README.md
new file mode 100644
index 000000000..83d7d91ba
--- /dev/null
+++ b/plugins/rust/README.md
@@ -0,0 +1,9 @@
+# rust
+
+This plugin adds completion for [`rustc`](https://doc.rust-lang.org/rustc/index.html), the compiler for the Rust programming language.
+
+To use it, add `rust` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... rust)
+```