diff --git a/README.md b/README.md index 11405c4..c80b28c 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ To build and install the latest version: $ ./configure $ make # make install + +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 [...]