Skip to content

Commit 3abd66c

Browse files
committed
update readme
1 parent 36e4236 commit 3abd66c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Inspired by [`eap_proxy`](https://github.com/jaysoffian/eap_proxy/), which in tu
1414
## Usage
1515
```
1616
$ goeap_proxy --help
17-
Usage of goeap_proxy: [options] interface interface
17+
Usage of ./goeap_proxy: [options] IFNAME1 IFNAME2
1818
-ignore-logoff
1919
ignore EAPOL-Logoff packets
2020
-promiscuous
@@ -56,15 +56,15 @@ Package building instructions in README
5656
### For Fedora/RHEL/CentOS
5757
#### Build RPM
5858
```
59-
git archive --format=tar --prefix=goeap_proxy-0.2.1/ -o goeap_proxy-0.2.1.tar HEAD
60-
gzip goeap_proxy-0.2.1.tar
61-
mv goeap_proxy-0.2.1.tar.gz ~/rpmbuild/SOURCES
59+
git archive --format=tar --prefix=goeap_proxy-0.3.0/ -o goeap_proxy-0.3.0.tar HEAD
60+
gzip goeap_proxy-0.3.0.tar
61+
mv goeap_proxy-0.3.0.tar.gz ~/rpmbuild/SOURCES
6262
rpmbuild -ba goeap_proxy.spec
6363
```
6464

6565
#### Install RPM
6666
```
67-
sudo dnf install /home/user/goeap_proxy-0.2.1-1.fc33.x86_64.rpm
67+
sudo dnf install /home/user/goeap_proxy-0.3.0-1.fc33.x86_64.rpm
6868
```
6969

7070
#### Install systmed unit file

0 commit comments

Comments
 (0)