howto/tinc.md
... ...
@@ -67,7 +67,13 @@ P9C5dYrmVWrVAWQznlbuq/w1z+PrTYquoQIDAQAB
67 67
68 68
## Fun with tinc-pre
69 69
70
-The current development version (which is pretty stable by the way), allow to bootstrap networks using by invitation urls. Instead of rsa keys it uses additionally ed25519 keys. It also introduces a tinc command in addition to tincd, which allows tinc to be configured via an readline interface:
70
+The current development version (which is pretty stable by the way), allow to bootstrap networks using invitation urls. Instead of rsa keys it uses additionally ed25519 keys. It also introduces a tinc command in addition to tincd, which allows tinc to be configured via an readline interface.
71
+
72
+Installation:
73
+* Archlinux: install [tinc-pre](https://aur.archlinux.org/packages/tinc-pre) from AUR
74
+* Debian: follow these [instructions](https://gist.github.com/mweinelt/efff4fb7eba1ee41ef2d) to get a package
75
+* Freebsd: Use this [port repo](https://github.com/Mic92/ports/tree/master/security/tinc)
76
+
71 77
72 78
On one node which is already part of the network use:
73 79
```