diff --git a/README.md b/README.md index dc4c710..f34504a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Glorytun -Small, Simple and Stupid **TCP** VPN. +Small, Simple and Stupid TCP VPN. -**Work In Progress:** Do not touch! This code will probably format your harddisk! +#### Work In Progress + +This code will probably format your harddisk! + +#### Build and Install Glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4 and needs an AES-NI capable CPU. @@ -16,7 +20,4 @@ To build and install the latest version: $ make # make install -To create and use a new secret key: - - $ hexdump -n 32 /dev/urandom -e '"%X"' > glorytun.key - # glorytun keyfile glorytun.key [...] +For feature requests and bug reports, please create an [issue](https://github.com/angt/glorytun/issues).