From 655b13bd3e47d6a3f9334cb8d5053c64f5a24a26 Mon Sep 17 00:00:00 2001 From: Yasushi Ichikawa Date: Tue, 22 Sep 2020 13:46:57 +0900 Subject: [PATCH] add download url in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5f94b..2f7736a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ MX records refer to the local DNS cache server. ## Usage +#### Download exe binary +Download from here. +https://github.com/ichikaway/nschecker/releases/ + + #### for Linux user ``` ./bin/nschecker-linux-64bit Type(NS/MX) @@ -22,7 +27,7 @@ MX records refer to the local DNS cache server. #### for Mac user ``` -./bin/nschecker-macosx-64bit Type(NS/MX) +./bin/nschecker-macOS-64bit Type(NS/MX) ``` #### or, go run command.