You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,31 +141,31 @@ Here you will need to add `$GOBIN` or `$GOPATH/bin` is in your `PATH` as well.
141
141
### Using Download Prebuilt Binaries
142
142
143
143
#### Overview
144
-
These are prebuilt binaries for the IPGeolocation CLI tool, version **1.0.1**. Users can download these files directly from [GitHub Releases](https://github.com/IPGeolocation/cli/releases) or from the table below without needing to build from source.
144
+
These are prebuilt binaries for the IPGeolocation CLI tool, version **1.0.3**. Users can download these files directly from [GitHub Releases](https://github.com/IPGeolocation/cli/releases) or from the table below without needing to build from source.
145
145
146
146
The CLI provides geolocation information, timezone, user-agent parsing, bulk IP lookups, and more.
147
147
148
148
#### Prebuilt Binaries
149
149
150
150
| Platform | Architecture | File Name / Downoad Link |
| Linux | amd64 |[**ipgeolocation-1.0.1-linux-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-linux-amd64.tar.gz)|
153
-
| Linux | arm64 |[**ipgeolocation-1.0.1-linux-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-linux-arm64.tar.gz)|
| Windows | amd64 |[**ipgeolocation-1.0.1-windows-amd64.zip**](https://github.com/IPGeolocation/cli/releases/download/v1.0.1/ipgeolocation-1.0.1-windows-amd64.zip)|
152
+
| Linux | amd64 |[**ipgeolocation-1.0.3-linux-amd64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-linux-amd64.tar.gz)|
153
+
| Linux | arm64 |[**ipgeolocation-1.0.3-linux-arm64.tar.gz**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-linux-arm64.tar.gz)|
| Windows | amd64 |[**ipgeolocation-1.0.3-windows-amd64.zip**](https://github.com/IPGeolocation/cli/releases/download/v1.0.3/ipgeolocation-1.0.3-windows-amd64.zip)|
157
157
158
158
#### Installation Instructions
159
159
160
160
**Linux:**
161
161
1. Download the `.tar.gz` file for your architecture.
162
162
2. Extract it to a folder in your PATH, e.g., `/usr/local/bin`:
163
163
```bash
164
-
tar -xzf ipgeolocation-1.0.1-linux-amd64.tar.gz -C /usr/local/bin
164
+
tar -xzf ipgeolocation-1.0.3-linux-amd64.tar.gz -C /usr/local/bin
0 commit comments