Skip to content

Commit 0c508e3

Browse files
committed
updated README
1 parent f86549a commit 0c508e3

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
This program runs a Bash command/script over ssh in one or more hosts.
44

5-
#### Usage:
5+
### 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:
620
```
721
$ runoverssh [OPTIONS] USERNAME COMMAND HOSTS...
822
```

0 commit comments

Comments
 (0)