From 0cf42504b5c718875cd088f27d748563a167cdc1 Mon Sep 17 00:00:00 2001 From: sudosammy Date: Tue, 11 Jan 2022 20:07:52 +0800 Subject: [PATCH] change go get to go install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0dc4b..2627af8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Defenders also use canaries as tripwires that can alert them of an attacker with __Prerequisite:__ You need Go >=1.16 to build knary. ``` -go get -u github.com/sudosammy/knary +go install github.com/sudosammy/knary@latest ``` **Important:** The specifics of how to perform the next two steps will depend on your domain registrar. Google `How to set Glue Record on ` to get started. Ultimately, you need to configure your knary domain(s) to make use of itself as the nameserver (i.e. `ns1.knary.tld` and `ns2.knary.tld`) and configure Glue Records to point these nameservers back to your knary host. You may need to raise a support ticket to have this performed by your registrar.