diff options
author | pacien | 2018-08-01 13:36:18 +0200 |
---|---|---|
committer | pacien | 2018-08-01 13:36:18 +0200 |
commit | 297cf81f5bf9c512d2b5147121e551b62543cd71 (patch) | |
tree | b96b1fe13b6d31caaefe1b18a29954d57284bfd2 | |
parent | 7897c007a4c1f9a4ffa8e676fb8d87d7e74bbafc (diff) | |
download | tincapp-297cf81f5bf9c512d2b5147121e551b62543cd71.tar.gz |
Add links
-rw-r--r-- | readme.md | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,9 +1,25 @@ | |||
1 | org.pacien.tincapp | 1 | org.pacien.tincapp |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | Android binding and user interface for the tinc mesh VPN daemon. | 4 | Android binding and user interface for the tinc mesh VPN daemon which does not require root privilege. |
5 | 5 | ||
6 | Project website: http://tincapp.pacien.org | 6 | |
7 | Help and documentation | ||
8 | ---------------------- | ||
9 | |||
10 | The complete list of features, the quickstart guides and the user manual can be found on the project's website: https://tincapp.pacien.org. | ||
11 | |||
12 | Community support is mainly provided through the dedicated IRC channel: `#tincapp` on `irc.freenode.net`. | ||
13 | |||
14 | |||
15 | Download | ||
16 | -------- | ||
17 | |||
18 | Compiled Android packages are available from: | ||
19 | |||
20 | * [F-Droid](https://f-droid.org/packages/org.pacien.tincapp/) | ||
21 | * [Google Play Store](https://play.google.com/store/apps/details?id=org.pacien.tincapp) | ||
22 | * [The project's website](https://tincapp.pacien.org) | ||
7 | 23 | ||
8 | 24 | ||
9 | Build | 25 | Build |