Skip to content

Commit e17d8e3

Browse files
authored
Update README.md
1 parent bda9d93 commit e17d8e3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@ rpm --import https://rpm.xpam.pl/rpm-pubkey.asc`
5858
dnf install bncsutil
5959
```
6060
### Centos 7
61-
To be done.
62-
61+
```
62+
yum install yum-utils
63+
yum-config-manager --add-repo https://centos7.rpm.xpam.pl
64+
yum-config-manager --enable https://centos7.rpm.xpam.pl
65+
rpm --import https://centos7.rpm.xpam.pl/rpm-pubkey.asc
66+
yum install bncsutil
67+
```
6368
### Centos 6
6469
```
6570
yum install yum-utils

0 commit comments

Comments
 (0)