Skip to content

Commit

Permalink
Fix build instructions for external x509
Browse files Browse the repository at this point in the history
Fixes #109
  • Loading branch information
JeremyRand committed Sep 15, 2019
1 parent 006f537 commit 86206ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 86206ee

Please sign in to comment.