Fix build instructions for external x509

Fixes https://github.com/namecoin/ncdns/issues/109
pull/110/head
JeremyRand 5 years ago
parent 006f537e01
commit 86206ee584
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -99,7 +99,7 @@ Option A: Using Go build commands (works on any platform with Bash):
2. Run `go get -d -t -u github.com/namecoin/ncdns/...`. The ncdns source code will be
retrieved automatically.
3. Run `go generate github.com/namecoin/ncdns/...`. Some source code will be generated.
3. Run `go generate github.com/namecoin/x509-signature-splice/...`. Some source code will be generated.
4. Run `go get -t github.com/namecoin/ncdns/...`. ncdns will be built. The binaries will be at
$GOPATH/bin/ncdns.

Loading…
Cancel
Save