Newline fixes

This commit is contained in:
Joona Hoikkala 2016-11-14 23:56:13 +02:00
parent 87645269ab
commit acf59bb0d4
No known key found for this signature in database
GPG Key ID: C14AAE0F5ADCB854

View File

@ -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