Skip to content

Commit

Permalink
README.md: Add installation instructions
Browse files Browse the repository at this point in the history
 Closes: #21
  • Loading branch information
samueloph committed Dec 13, 2024
1 parent be2e903 commit 41b2285
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ SPDX-License-Identifier: curl

# [![wcurl logo](https://curl.se/logo/wcurl-logo.svg)](https://curl.se/wcurl)

# Install wcurl

First check if your distro/OS vendor ships `wcurl` as part of their official
repositories, `wcurl` might be shipped as part of the `curl` package.

If they don't ship it, consider making a request for it.

You can always install wcurl by simply downloading the script:

```console
curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl
chmod +x wcurl
```

# Install wcurl's manpage
```console
curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl.1
sudo mv wcurl.1 /usr/share/man/man1/wcurl.1
```

# wcurl(1)

Expand Down

0 comments on commit 41b2285

Please sign in to comment.