From b39bae140e3c41c12e052229a33444c6c8306961 Mon Sep 17 00:00:00 2001 From: Joerg Thalheim Date: Mon, 4 Jan 2016 14:53:16 +0000 Subject: [PATCH] add basic readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f2f22..70cc240 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # whois42d -Whois server for the dn42 registry +Whois server for the dn42 registry. + +Based original on whoisd from the dn42 monotone registry written by welterde. + +## Installation + +1. Install a go compiler +2. Setup Go Workspace: + + $ mkdir ~/go + $ export GOPATH=~/go + +3. Download and install the daemon + + $ go get github.com/Mic92/whois42d