Update README.md

This commit is contained in:
Dr. Larry D. Pyeatt 2024-04-30 21:26:48 -06:00 committed by GitHub
parent c02ca6a26b
commit 2c3f6fbdaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,22 +147,22 @@ sudo rpm -i globalprotect-openconnect-*.rpm
Install from the ```rios``` or ```slonko``` overlays. Example using rios: Install from the ```rios``` or ```slonko``` overlays. Example using rios:
Enable the overlay: 1. # Enable the overlay:
``` ```
eselect repository enable rios eselect repository enable rios
``` ```
Sync with the repository: 2. # Sync with the repository:
If you have eix installed, use it: - If you have eix installed, use it:
``` ```
eix-sync eix-sync
``` ```
Otherwise, use: - Otherwise, use:
``` ```
emerge --sync emerge --sync
``` ```
Install: 3. # Install:
```emerge globalprotect-openconnect``` ```emerge globalprotect-openconnect```