Skip to content

Commit

Permalink
doc: Update setup instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Buchwitz <[email protected]>
  • Loading branch information
nbuchwitz committed Jun 30, 2024
1 parent ebc111a commit f215fdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ This check command depends on the following python modules:

**Installation on Debian / Ubuntu**
```
apt install python-enum34 python-requests
apt install python3 python3-requests
```

**Installation on Redhat 6 / CentOS 6**
**Installation on Rocky / Alma Linux 9**
```
yum install python-argparse python-enum34 python34-requests
yum install python3 python3-requests
```

**Installation on Redhat 7 / CentOS 7**
**Installation on FreeBSD**
```
yum install python-enum34 python-requests
pkg install python3 py39-requests
```

## Usage
Expand Down

0 comments on commit f215fdd

Please sign in to comment.