From 1f2f6979463a68429dad876237aa2ab5cc2d902a Mon Sep 17 00:00:00 2001 From: angt Date: Thu, 12 Nov 2015 16:18:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c80b28c..fa3c62c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # glorytun +**Work In Progress:** Do not touch! + glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4 and needs an AES-NI capable CPU. @@ -15,4 +17,4 @@ To build and install the latest version: To create and use a new secret key: $ dd if=/dev/random iflag=fullblock of=glorytun.key bs=32 count=1 - $ glorytun keyfile glorytun.key [...] + # glorytun keyfile glorytun.key [...]