@@ -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.3.0 /macos.sh | sh
27+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /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.3.0 /deb.sh | sh
46+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /deb.sh | sh
4747```
4848
4949OR
5050
5151``` bash
52- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0 /ipinfo_3.3.0_linux_ {arch}.deb
53- sudo dpkg -i ipinfo_3.3.0_linux_ {arch}.deb
52+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /ipinfo_3.3.1_linux_ {arch}.deb
53+ sudo dpkg -i ipinfo_3.3.1_linux_ {arch}.deb
5454```
5555
5656where ` {arch} ` can be 386, amd64, arm, or arm64.
@@ -73,7 +73,7 @@ makepkg -si
7373_ Note_ : run powershell as administrator before executing this command.
7474
7575``` bash
76- iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0 /windows.ps1 | iex
76+ iwr -useb https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /windows.ps1 | iex
7777```
7878
7979### Scoop
@@ -85,15 +85,15 @@ scoop install ipinfo-cli
8585### Docker
8686
8787``` bash
88- docker run --rm -it ipinfo/ipinfo:3.3.0
88+ docker run --rm -it ipinfo/ipinfo:3.3.1
8989```
9090
9191To save the CLI's config, add ` -v "/path_to_config:/root/.config/ipinfo" ` . For
9292example, the following command saves the config to the ` ipinfo ` directory in
9393the current working directory.
9494
9595``` bash
96- docker run --rm -it -v " $PWD /ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.3.0
96+ docker run --rm -it -v " $PWD /ipinfo:/root/.config/ipinfo" ipinfo/ipinfo:3.3.1
9797```
9898
9999### Using ` go install `
@@ -145,12 +145,12 @@ After choosing a platform `PLAT` from above, run:
145145
146146``` bash
147147# for Windows, use ".zip" instead of ".tar.gz"
148- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0 /ipinfo_3.3.0_ ${PLAT} .tar.gz
148+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /ipinfo_3.3.1_ ${PLAT} .tar.gz
149149# OR
150- wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.0 /ipinfo_3.3.0_ ${PLAT} .tar.gz
150+ wget https://github.com/ipinfo/cli/releases/download/ipinfo-3.3.1 /ipinfo_3.3.1_ ${PLAT} .tar.gz
151151
152- tar -xvf ipinfo_3.3.0_ ${PLAT} .tar.gz
153- sudo mv ipinfo_3.3.0_ ${PLAT} /usr/local/bin/ipinfo
152+ tar -xvf ipinfo_3.3.1_ ${PLAT} .tar.gz
153+ sudo mv ipinfo_3.3.1_ ${PLAT} /usr/local/bin/ipinfo
154154```
155155
156156### Using ` git `
0 commit comments