Skip to content

Commit

Permalink
adding the dependency of rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
dealfonso committed Jan 11, 2018
1 parent 9b9cfeb commit f53aa1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ $ mv minicon /opt

### 1.2.1 Dependencies

**minicon** depends on the commands _ldd_, _file_, _strace_ and _tar_. So, you need to install the proper packages in your system.
**minicon** depends on the commands _ldd_, _file_, _strace_, _rsync_ and _tar_. So, you need to install the proper packages in your system.

**Ubuntu**

```bash
$ apt-get install libc-bin tar file strace
$ apt-get install libc-bin tar file strace rsync
```

**CentOS**
```bash
$ yum install glibc-common tar file strace
$ yum install glibc-common tar file strace rsync
```
## 1.3 Usage

Expand Down

0 comments on commit f53aa1e

Please sign in to comment.