We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86549a commit 0c508e3Copy full SHA for 0c508e3
1 file changed
README.md
@@ -2,7 +2,21 @@
2
3
This program runs a Bash command/script over ssh in one or more hosts.
4
5
-#### Usage:
+### Installation
6
+
7
+#### Ubuntu
8
+```
9
+sudo apt install runoverssh
10
11
12
+#### Manually
13
14
+git clone https://github.com/yuriescl/runoverssh
15
+sudo cp runoverssh/runoverssh /usr/local/bin/runoverssh
16
+rm -rf runoverssh
17
18
19
+### Usage:
20
```
21
$ runoverssh [OPTIONS] USERNAME COMMAND HOSTS...
22
0 commit comments