@@ -24,20 +24,20 @@ 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.1.0 /macos.sh | sh
27+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.1 /macos.sh | sh
2828```
2929
3030### Debian / Ubuntu (amd64)
3131
3232``` bash
33- curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.0 /deb.sh | sh
33+ curl -Ls https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.1 /deb.sh | sh
3434```
3535
3636OR
3737
3838``` bash
39- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.0 /ipinfo_2.1.0 .deb
40- sudo dpkg -i ipinfo_2.1.0 .deb
39+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.1 /ipinfo_2.1.1 .deb
40+ sudo dpkg -i ipinfo_2.1.1 .deb
4141```
4242
4343### Using ` go get `
@@ -91,12 +91,12 @@ After choosing a platform `PLAT` from above, run:
9191
9292``` bash
9393# for Windows, use ".zip" instead of ".tar.gz"
94- curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.0 /ipinfo_2.1.0_ ${PLAT} .tar.gz
94+ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.1 /ipinfo_2.1.1_ ${PLAT} .tar.gz
9595# OR
96- wget https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.0 /ipinfo_2.1.0_ ${PLAT} .tar.gz
96+ wget https://github.com/ipinfo/cli/releases/download/ipinfo-2.1.1 /ipinfo_2.1.1_ ${PLAT} .tar.gz
9797
98- tar -xvf ipinfo_2.1.0_ ${PLAT} .tar.gz
99- mv ipinfo_2.1.0_ ${PLAT} /usr/local/bin/ipinfo
98+ tar -xvf ipinfo_2.1.1_ ${PLAT} .tar.gz
99+ mv ipinfo_2.1.1_ ${PLAT} /usr/local/bin/ipinfo
100100```
101101
102102### Using ` git `
@@ -143,7 +143,7 @@ Currently these subcommands are separately shipped:
143143| CLI | Version |
144144| ---------- | ------- |
145145| grepip | [ 1.1.0] ( https://github.com/ipinfo/cli/releases/tag/grepip-1.1.0 ) |
146- | cidr2range | [ 1.1.0 ] ( https://github.com/ipinfo/cli/releases/tag/cidr2range-1.1.0 ) |
146+ | cidr2range | [ 1.1.1 ] ( https://github.com/ipinfo/cli/releases/tag/cidr2range-1.1.1 ) |
147147| range2cidr | [ 1.1.0] ( https://github.com/ipinfo/cli/releases/tag/range2cidr-1.1.0 ) |
148148
149149## Quick Start
0 commit comments