diff --git a/README.md b/README.md index 7f4c399..0b1604f 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Option B: Using Go build commands with Go modules (works on any platform with Ba 2. Run the following in the ncdns directory to set up Go modules: ~~~ - go mod init + go mod init github.com/namecoin/ncdns go mod edit -replace github.com/coreos/go-systemd=github.com/coreos/go-systemd/v22@latest -replace github.com/namecoin/x509-compressed=../x509-compressed go mod tidy ~~~