diff --git a/README.md b/README.md index 28dec9d..843b41a 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,29 @@ Download the latest RPM package from [releases](https://github.com/yuezk/GlobalP ```bash sudo rpm -i globalprotect-openconnect-*.rpm ``` +### Gentoo + +Install from the ```rios``` or ```slonko``` overlays. Example using rios: + +Enable the overlay: +``` +eselect repository enable rios +``` + +Sync with the repository: + +If you have eix installed, use it: +``` +eix-sync +``` +Otherwise, use: +``` +emerge --sync +``` +Install: + +```emerge globalprotect-openconnect``` + ### Other distributions