@@ -19,28 +19,28 @@ The `mmdbctl` CLI is available for download via multiple mechanisms.
19
19
Install the latest ` amd64 ` version:
20
20
21
21
``` bash
22
- curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /macos.sh | sh
22
+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /macos.sh | sh
23
23
```
24
24
25
25
### Debian / Ubuntu (amd64)
26
26
27
27
``` bash
28
- curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /deb.sh | sh
28
+ curl -Ls https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /deb.sh | sh
29
29
```
30
30
31
31
OR
32
32
33
33
``` bash
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
34
+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /mmdbctl_1.4.2 .deb
35
+ sudo dpkg -i mmdbctl_1.4.2 .deb
36
36
```
37
37
38
38
### Windows Powershell
39
39
40
40
_ Note_ : run powershell as administrator before executing this command.
41
41
42
42
``` bash
43
- iwr -useb https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /windows.ps1 | iex
43
+ iwr -useb https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /windows.ps1 | iex
44
44
```
45
45
46
46
### Using ` go install `
@@ -91,11 +91,11 @@ After choosing a platform `PLAT` from above, run:
91
91
92
92
``` bash
93
93
# for Windows, use ".zip" instead of ".tar.gz"
94
- curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.1 /mmdbctl_1.4.1_ ${PLAT} .tar.gz
94
+ curl -LO https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /mmdbctl_1.4.2_ ${PLAT} .tar.gz
95
95
# OR
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
96
+ wget https://github.com/ipinfo/mmdbctl/releases/download/mmdbctl-1.4.2 /mmdbctl_1.4.2_ ${PLAT} .tar.gz
97
+ tar -xvf mmdbctl_1.4.2_ ${PLAT} .tar.gz
98
+ mv mmdbctl_1.4.2_ ${PLAT} /usr/local/bin/mmdbctl
99
99
```
100
100
101
101
### Using ` git `
0 commit comments