Skip to content

Commit 889a91e

Browse files
committed
Renamed cli to myip.
Updated readme build cmd.
1 parent dcc2b0b commit 889a91e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*.dll
55
*.so
66
*.dylib
7-
myip
87

98
# Test binary, built with `go test -c`
109
*.test

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ It is an excellent tool for quickly determining if your machine or network is co
1818
### Packages
1919

2020
##### macOS [Homebrew](https://brew.sh/)
21+
2122
```sh
2223
brew install bengarrett/myip/myip
2324
```
2425

2526
##### Windows [Scoop](https://scoop.sh/)
27+
2628
```sh
2729
scoop bucket add myip https://github.com/bengarrett/myip.git
2830
scoop install myip
@@ -95,8 +97,8 @@ myip -timeout=900
9597
# clone this repo
9698
git clone git@github.com:bengarrett/myip.git
9799

98-
# access the repo
99-
cd myip
100+
# access the main.go
101+
cd myip/cmd/myip
100102

101103
# target and build the app for the host system
102104
go build
File renamed without changes.

0 commit comments

Comments
 (0)