From acf59bb0d45b3b0e3d23c4b99c7dbbd452c38d81 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 14 Nov 2016 23:56:13 +0200 Subject: [PATCH] Newline fixes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b8c87cb..1887448 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,15 @@ Installation ------------ 1) Install [Go](https://golang.org/doc/install) and set your `$GOPATH` environment variable + 2) Clone this repo: `git clone https://github.com/joohoi/acme-dns $GOPATH/src/acme-dns` + 3) Get dependencies: `cd $GOPATH/src/acme-dns` and `go get -u` + 4) Build ACME-DNS: `go build` + 5) Edit config.cfg to suit your needs (see [configuration](#configuration)) + 6) Run acme-dns `sudo ./acme-dns` in most cases you need to run it as privileged user, because we usually need privileged ports. Configuration