@@ -19,28 +19,28 @@ The `mmdbctl` CLI is available for download via multiple mechanisms.
1919Install the latest ` amd64 ` version:
2020
2121``` bash
22- curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.2 .0/macos.sh | sh
22+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/macos.sh | sh
2323```
2424
2525### Debian / Ubuntu (amd64)
2626
2727``` bash
28- curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.2 .0/deb.sh | sh
28+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/deb.sh | sh
2929```
3030
3131OR
3232
3333``` bash
34- curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.2 .0/mmdbctl_1.2 .0.deb
35- sudo dpkg -i mmdbctl_1.2 .0.deb
34+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/mmdbctl_1.3 .0.deb
35+ sudo dpkg -i mmdbctl_1.3 .0.deb
3636```
3737
3838### Windows Powershell
3939
4040* Note* : run powershell as administrator before executing this command.
4141
4242``` bash
43- iwr -useb https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.2 .0/windows.ps1 | iex
43+ iwr -useb https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/windows.ps1 | iex
4444```
4545
4646### Using ` go install `
@@ -91,11 +91,11 @@ 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/mmdbctl/releases/download/mmdbctl-1.2 .0/mmdbctl_1.2 .0_${PLAT} .tar.gz
94+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/mmdbctl_1.3 .0_${PLAT} .tar.gz
9595# OR
96- wget https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.2 .0/mmdbctl_1.2 .0_${PLAT} .tar.gz
97- tar -xvf mmdbctl_1.2 .0_${PLAT} .tar.gz
98- mv mmdbctl_1.2 .0_${PLAT} /usr/local/bin/mmdbctl
96+ wget https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.3 .0/mmdbctl_1.3 .0_${PLAT} .tar.gz
97+ tar -xvf mmdbctl_1.3 .0_${PLAT} .tar.gz
98+ mv mmdbctl_1.3 .0_${PLAT} /usr/local/bin/mmdbctl
9999```
100100
101101### Using ` git `
0 commit comments