From c02ca6a26bcd48b90eb843bfc3852b3165137a94 Mon Sep 17 00:00:00 2001 From: "Dr. Larry D. Pyeatt" Date: Tue, 30 Apr 2024 21:22:56 -0600 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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