From b4643372d74357d0370d77b58e03f05ba1ffa29b Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Mon, 13 Mar 2017 14:01:22 +0800 Subject: README: more details with stack, minor changes --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adba1d0..198af46 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,18 @@ a fast, modern and secure VPN based on [Noise](https://noiseprotocol.org/) proto Only Linux and macOS are supported at this moment. -To build **nara**, download and install [haskell-stack](https://github.com/commercialhaskell/stack) first. +To build **nara**, download and install [haskell-stack](https://www.haskellstack.org) first. ~~~ -$ stack setup +$ stack setup # This will download and install GHC in a sandboxed environment, + # optional if stack has been configured to use global GHC. $ stack install ~~~ ### Usage The following command will create a TUN device named `wg0` and then daemonize -to background. Note that on macOS, the device name has to be like -`utun1` or `utun2`. Root privilege is also required. +to background. On macOS, the device name has to be like `utun1` or `utun2`. +Root privilege is also required. ~~~ # nara wg0 ~~~ -- cgit v1.2.3-59-g8ed1b