README: simplify installation instructions with go get. (#41)
* README: simplify installation instructions with `go get`. Prior to this commit the installation instructions in the README had you use `git clone` and then `go build`. This can be collapsed into one step using a more idiomatic `go get` command. This commit updates the README accordingly. * Also mention supported config file locations * Fix go get URL
This commit is contained in:
parent
32608e9f47
commit
11c852ee91
@ -110,13 +110,11 @@ Check out how in the INSTALL section.
|
|||||||
|
|
||||||
1) Install [Go 1.9 or newer](https://golang.org/doc/install)
|
1) Install [Go 1.9 or newer](https://golang.org/doc/install)
|
||||||
|
|
||||||
2) Clone this repo: `git clone https://github.com/joohoi/acme-dns $GOPATH/src/acme-dns`
|
2) Install acme-dns: `go get github.com/joohoi/acme-dns/...`
|
||||||
|
|
||||||
3) Build ACME-DNS: `go build`
|
3) Edit config.cfg to suit your needs (see [configuration](#configuration)). `acme-dns` will read the configuration file from `/etc/acme-dns/config.cfg` or `./config.cfg`
|
||||||
|
|
||||||
4) Edit config.cfg to suit your needs (see [configuration](#configuration))
|
4) Run acme-dns. Please note that acme-dns needs to open a privileged port (53, domain), so it needs to be run with elevated privileges.
|
||||||
|
|
||||||
5) Run acme-dns. Please note that acme-dns needs to open a privileged port (53, domain), so it needs to be run with elevated privileges.
|
|
||||||
|
|
||||||
## Using Docker
|
## Using Docker
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user