summaryrefslogtreecommitdiff
path: root/oh-my-zsh/plugins/ros/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'oh-my-zsh/plugins/ros/README.md')
-rw-r--r--oh-my-zsh/plugins/ros/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/ros/README.md b/oh-my-zsh/plugins/ros/README.md
new file mode 100644
index 0000000..83573e4
--- /dev/null
+++ b/oh-my-zsh/plugins/ros/README.md
@@ -0,0 +1,10 @@
+# Roswell Plugin
+
+This plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/).
+
+To use it, add `ros` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... ros)
+```
+