Update README.md

This commit is contained in:
Kevin Yue 2020-02-21 23:16:26 +08:00
parent d31598eac3
commit cc59f031b0

View File

@ -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