Skip to content

Commit fbf1dd0

Browse files
update readme, go.mod
1 parent 8e1146b commit fbf1dd0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ If neither the `-dns` nor `-sub` flags are given, the tool defaults to 1.1.1.1 a
8585
IPScope output is:
8686
`label` `domain` `ip` `asn` `city` `region` `country` `proxy`
8787

88+
### Install latest release:
89+
```
90+
go install github.com/cyclone-github/ipscope@latest
91+
```
92+
### Install from latest source code (bleeding edge):
93+
```
94+
go install github.com/cyclone-github/ipscope@main
95+
```
8896
### Compile from source:
8997
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
9098
- This assumes you have Go and Git installed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module ipscope
1+
module github.com/cyclone-github/ipscope
22

3-
go 1.25.0
3+
go 1.25.2

0 commit comments

Comments
 (0)