File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44* .dll
55* .so
66* .dylib
7- myip
87
98# Test binary, built with `go test -c`
109* .test
Original file line number Diff line number Diff 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
2223brew install bengarrett/myip/myip
2324```
2425
2526##### Windows [ Scoop] ( https://scoop.sh/ )
27+
2628``` sh
2729scoop bucket add myip https://github.com/bengarrett/myip.git
2830scoop install myip
@@ -95,8 +97,8 @@ myip -timeout=900
9597# clone this repo
9698git 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
102104go build
File renamed without changes.
You can’t perform that action at this time.
0 commit comments