@@ -24,7 +24,7 @@ brew install ipinfo-cli
2424OR to install the latest ` amd64 ` version without automatic updates:
2525
2626``` bash
27- curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /macos.sh | sh
27+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /macos.sh | sh
2828```
2929
3030### Ubuntu PPA
@@ -43,14 +43,14 @@ _Note_: this is a one-time installation; updates are not automatic. Use the PPA
4343for automatic updates.
4444
4545``` bash
46- curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /deb.sh | sh
46+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /deb.sh | sh
4747```
4848
4949OR
5050
5151``` bash
52- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /ipinfo_3.0.2 .deb
53- sudo dpkg -i ipinfo_3.0.2 .deb
52+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /ipinfo_3.1.0 .deb
53+ sudo dpkg -i ipinfo_3.1.0 .deb
5454```
5555
5656### FreeBSD
@@ -71,7 +71,7 @@ makepkg -si
7171_ Note_ : run powershell as administrator before executing this command.
7272
7373``` bash
74- iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /windows.ps1 | iex
74+ iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /windows.ps1 | iex
7575```
7676
7777### Scoop
@@ -83,15 +83,15 @@ scoop install ipinfo-cli
8383### Docker
8484
8585``` bash
86- docker run --rm -it ipinfo/ipinfo:3.0.2
86+ docker run --rm -it ipinfo/ipinfo:3.1.0
8787```
8888
8989To save the CLI's config, add ` -v "/path_to_config:/root/.config/ipinfo" ` . For
9090example, the following command saves the config to the ` ipinfo ` directory in
9191the current working directory.
9292
9393``` bash
94- docker run --rm -it -v " $PWD /ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.0.2
94+ docker run --rm -it -v " $PWD /ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.1.0
9595```
9696
9797### Using ` go install `
@@ -142,12 +142,12 @@ After choosing a platform `PLAT` from above, run:
142142
143143``` bash
144144# for Windows, use ".zip" instead of ".tar.gz"
145- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /ipinfo_3.0.2_ ${PLAT} .tar.gz
145+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /ipinfo_3.1.0_ ${PLAT} .tar.gz
146146# OR
147- wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.0.2 /ipinfo_3.0.2_ ${PLAT} .tar.gz
147+ wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.1.0 /ipinfo_3.1.0_ ${PLAT} .tar.gz
148148
149- tar -xvf ipinfo_3.0.2_ ${PLAT} .tar.gz
150- mv ipinfo_3.0.2_ ${PLAT} /usr/local/bin/ipinfo
149+ tar -xvf ipinfo_3.1.0_ ${PLAT} .tar.gz
150+ mv ipinfo_3.1.0_ ${PLAT} /usr/local/bin/ipinfo
151151```
152152
153153### Using ` git `
0 commit comments