diff --git a/README.md b/README.md index 49018fb..336aaef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ wbi is a CLI tool aimed at streamlining the installation and configuration of Po ### Apt Install -To install wbi on Ubuntu 18.04, 20.04 or 22.04 using apt install: +To install wbi on Ubuntu 22.04 or 20.04 using apt install: ``` echo "deb [trusted=yes] https://apt.fury.io/wbi/ /" | sudo tee -a /etc/apt/sources.list.d/fury.list && sudo apt update && sudo apt install wbi @@ -17,7 +17,7 @@ sudo wbi setup ### Yum Install -To install wbi on RHEL 7/CentOS 7, RHEL 8 or RHEL 9 using yum install: +To install wbi on RHEL 7/CentOS 7, RHEL 8/CentOS 8 or RHEL 9/CentOS 9 using yum install: ``` sudo tee -a /etc/yum.repos.d/fury.repo > /dev/null <