From cc59f031b03e1b3be944f42dc0e15305e92acace Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Fri, 21 Feb 2020 23:16:26 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0500bd..1a615bf 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,16 @@ A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Q ``` ## Install +### Install from AUR (Arch/Manjaro) + +Install [globalprotect-openconnect](https://aur.archlinux.org/packages/globalprotect-openconnect/). + +### Build from source code + ```sh git clone https://github.com/yuezk/GlobalProtect-openconnect.git cd GlobalProtect-openconnect -git submodule init && git submodule update +git submodule update --init qmake CONFIG+=release make sudo make install