Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietu committed Jun 9, 2023
1 parent 1acedb3 commit 2ab6161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ With 3 utilities:
### Installation

#### CentOS 7/8 and RedHat 7
1. Install libpcap and wget
1. Install wget
```bash
yum install libpcap wget zeromq
yum install wget
```

2. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.5.0/netis-packet-agent-0.5.0.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.5.0.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.6.0/netis-packet-agent-0.6.0.x86_64_centos.rpm
rpm -ivh netis-packet-agent-0.6.0.x86_64_centos.rpm
```

#### SUSE 12
Expand Down

0 comments on commit 2ab6161

Please sign in to comment.