Skip to content

Commit

Permalink
fix(readme): Make prequisites consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Danilenko committed Apr 28, 2024
1 parent 17b3c36 commit 6aa4163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## TL;DR

1. `sudo dnf install git ansible`
1. `sudo dnf install ansible git rsync`
2. Adjust [`config.yml`](config.yml) for your needs
3. Run `./install` script
4. Wait for the ansible to do the magic
Expand Down Expand Up @@ -43,7 +43,7 @@ The following will be installed and configured for you:
`ansible`, `git` and `rsync` needs to be installed before running the install script:

```
sudo dnf install git ansible rsync
sudo dnf install ansible git rsync
```

## Install
Expand Down

0 comments on commit 6aa4163

Please sign in to comment.