Skip to content

Commit

Permalink
use -O in curl cmd so filename defaults to target filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Apr 13, 2021
1 parent 4ffdfcf commit 4e5ef8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After choosing a platform `PLAT` from above, run:

```bash
# for Windows, use ".zip" instead of ".tar.gz"
$ curl -L https://github.com/ipinfo/cli/releases/download/ipinfo-1.0.0/ipinfo_1.0.0_${PLAT}.tar.gz
$ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-1.0.0/ipinfo_1.0.0_${PLAT}.tar.gz
# OR
$ wget https://github.com/ipinfo/cli/releases/download/ipinfo-1.0.0/ipinfo_1.0.0_${PLAT}.tar.gz

Expand All @@ -55,7 +55,7 @@ $ mv ipinfo_1.0.0_${PLAT} /usr/local/bin/ipinfo
The `ipinfo` binary will be installed in `/usr/local/bin/ipinfo`:

```bash
$ curl -L https://github.com/ipinfo/cli/releases/download/ipinfo-1.0.0/ipinfo_1.0.0.deb
$ curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-1.0.0/ipinfo_1.0.0.deb
$ sudo dpkg -i ipinfo_1.0.0.deb
```

Expand Down

0 comments on commit 4e5ef8e

Please sign in to comment.