docs/client-android: add instructions to add via QR code

This commit is contained in:
Chris Broadfoot 2018-09-17 15:24:39 -07:00 committed by GitHub
parent 4a42fbea35
commit e0d9eaaef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,5 +3,10 @@
## Installation via profiles
1. [Install the WireGuard VPN Client](https://play.google.com/store/apps/details?id=com.wireguard.android).
2. Copy `wireguard/{username}.conf` to your phone's internal storage.
3. Open the WireGuard app and add a connection using your AlgoVPN configuration file.
2. Add the configuration to your device, one of two ways:
* via QR code (more secure):
* Run `qrencode -t ansiutf8 < wireguard/{username}.conf`
* Open the WireGuard app and add a connection QR code.
* Manually:
* Copy `wireguard/{username}.conf` to your phone's internal storage.
* Open the WireGuard app and add a connection using your AlgoVPN configuration file.