Update README.md

Add install instructions for Gentoo
This commit is contained in:
Dr. Larry D. Pyeatt 2024-04-30 21:33:15 -06:00 committed by GitHub
parent 4ca2c0a06a
commit e319bf84b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,23 +149,23 @@ Install from the ```rios``` or ```slonko``` overlays. Example using rios:
#### 1. Enable the overlay #### 1. Enable the overlay
``` ```
eselect repository enable rios sudo eselect repository enable rios
``` ```
#### 2. 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 sudo eix-sync
``` ```
- Otherwise, use: - Otherwise, use:
``` ```
emerge --sync sudo emerge --sync
``` ```
#### 3. Install #### 3. Install
```emerge globalprotect-openconnect``` ```sudo emerge globalprotect-openconnect```
### Other distributions ### Other distributions