Skip to content

Commit

Permalink
change whois dir name to cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
likexian committed Sep 27, 2019
1 parent 902fa4d commit d5fffb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ whois-go is a simple Go module for domain and ip whois info query.

## Overview

You can directly using the binary distributions whois, follow [whois release tool](whois).
You can directly using the binary distributions whois, follow [whois release tool](cmd).

Or you can do development by using the golang module as below.

Expand Down
1 change: 1 addition & 0 deletions whois/.gitignore → cmd/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cmd
whois
8 changes: 4 additions & 4 deletions whois/README.md → cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Binary distributions available for Linux x86 and x86_64.

### linux x86_64

wget https://github.com/likexian/whois-go/releases/download/1.0.4/whois.linux-x86_64.tar.gz
wget https://github.com/likexian/whois-go/releases/download/v1.0.5/whois.linux-x86_64.tar.gz

OR

curl https://github.com/likexian/whois-go/releases/download/1.0.4/whois.linux-x86_64.tar.gz -OL
curl https://github.com/likexian/whois-go/releases/download/v1.0.5/whois.linux-x86_64.tar.gz -OL

### linux x86

wget https://github.com/likexian/whois-go/releases/download/1.0.4/whois.linux-x86.tar.gz
wget https://github.com/likexian/whois-go/releases/download/v1.0.5/whois.linux-x86.tar.gz

OR

curl https://github.com/likexian/whois-go/releases/download/1.0.4/whois.linux-x86.tar.gz -OL
curl https://github.com/likexian/whois-go/releases/download/v1.0.5/whois.linux-x86.tar.gz -OL

## install whois

Expand Down
File renamed without changes.

0 comments on commit d5fffb0

Please sign in to comment.