aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..af797a7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+parssh: Parallel SSH orchestration in a Bash session.
+=====================================================
+
+Instructions
+------------
+
+- Source pars.sh to your Bash session:
+```
+. pars.sh
+```
+
+- Run *parssh* function for usage information:
+```
+parssh --help
+```