@@ -24,13 +24,13 @@ 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-2.2 .0/macos.sh | sh
27+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.3 .0/macos.sh | sh
2828```
2929
3030### Debian / Ubuntu (amd64)
3131
3232``` bash
33- curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.2 .0/deb.sh | sh
33+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.3 .0/deb.sh | sh
3434```
3535
3636### FreeBSD
@@ -42,8 +42,8 @@ cd /usr/ports/net/ipinfo-cli && make install clean
4242OR
4343
4444``` bash
45- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.2 .0/ipinfo_2.2 .0.deb
46- sudo dpkg -i ipinfo_2.2 .0.deb
45+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.3 .0/ipinfo_2.3 .0.deb
46+ sudo dpkg -i ipinfo_2.3 .0.deb
4747```
4848
4949### Using ` go get `
@@ -94,12 +94,12 @@ After choosing a platform `PLAT` from above, run:
9494
9595``` bash
9696# for Windows, use ".zip" instead of ".tar.gz"
97- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.2 .0/ipinfo_2.2 .0_${PLAT} .tar.gz
97+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.3 .0/ipinfo_2.3 .0_${PLAT} .tar.gz
9898# OR
99- wget https://github.com/ipinfo/cli/releases/download/ipinfo-2.2 .0/ipinfo_2.2 .0_${PLAT} .tar.gz
99+ wget https://github.com/ipinfo/cli/releases/download/ipinfo-2.3 .0/ipinfo_2.3 .0_${PLAT} .tar.gz
100100
101- tar -xvf ipinfo_2.2 .0_${PLAT} .tar.gz
102- mv ipinfo_2.2 .0_${PLAT} /usr/local/bin/ipinfo
101+ tar -xvf ipinfo_2.3 .0_${PLAT} .tar.gz
102+ mv ipinfo_2.3 .0_${PLAT} /usr/local/bin/ipinfo
103103```
104104
105105### Using ` git `
0 commit comments