@@ -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.4.0 /macos.sh | sh
22+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /macos.sh | sh
2323```
2424
2525### Debian / Ubuntu (amd64)
2626
2727``` bash
28- curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.0 /deb.sh | sh
28+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /deb.sh | sh
2929```
3030
3131OR
3232
3333``` bash
34- curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.0 /mmdbctl_1.4.0 .deb
35- sudo dpkg -i mmdbctl_1.4.0 .deb
34+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /mmdbctl_1.4.1 .deb
35+ sudo dpkg -i mmdbctl_1.4.1 .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.4.0 /windows.ps1 | iex
43+ iwr -useb https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /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.4.0 /mmdbctl_1.4.0_ ${PLAT} .tar.gz
94+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /mmdbctl_1.4.1_ ${PLAT} .tar.gz
9595# OR
96- wget https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.0 /mmdbctl_1.4.0_ ${PLAT} .tar.gz
97- tar -xvf mmdbctl_1.4.0_ ${PLAT} .tar.gz
98- mv mmdbctl_1.4.0_ ${PLAT} /usr/local/bin/mmdbctl
96+ wget https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /mmdbctl_1.4.1_ ${PLAT} .tar.gz
97+ tar -xvf mmdbctl_1.4.1_ ${PLAT} .tar.gz
98+ mv mmdbctl_1.4.1_ ${PLAT} /usr/local/bin/mmdbctl
9999```
100100
101101### Using ` git `
0 commit comments