summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow (uranus) <paul@buetow.org>2015-10-18 11:09:53 +0100
committerPaul Buetow (uranus) <paul@buetow.org>2015-10-18 11:09:53 +0100
commit09d4eeb09eefb038ddd3645ff66192d50e261099 (patch)
tree69b7fdd10490e01c23b652eaf545f232a982f955 /README.md
parente82bc475f8054f9781ddb253ae2a39979d515c53 (diff)
also tested on Fedora Linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c762a0b..4a32319 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,16 @@
Rubyfy
======
-Tested on Mac OS X, MacPorts and Ruby 2.2.0
+Tested on
+
+* Fedora 22 / Ruby 2.2.3
+* Mac OS X / MacPorts Ruby 2.2.0
Example usage:
```
cat serverlist.txt | ./rubyfy -p 10 -c 'hostname'
+
./rubyfy --root --command 'id' <<< foo.example.com
```