Skip to content

Commit

Permalink
add download url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ichikaway committed Sep 22, 2020
1 parent e0b247f commit 655b13b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ 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) <your domain> <NS records with comma>
```

#### for Mac user
```
./bin/nschecker-macosx-64bit Type(NS/MX) <your domain> <NS records with comma>
./bin/nschecker-macOS-64bit Type(NS/MX) <your domain> <NS records with comma>
```

#### or, go run command.
Expand Down

0 comments on commit 655b13b

Please sign in to comment.