Skip to content

Commit 78b8e33

Browse files
committed
README.md: Update installation instructions
* Install the wcurl script in /usr/local/bin/wcurl by default * Download manpage from GitHub releases ahnd install it in /usr/local/share/man/man1/wcurl.1
1 parent cc872d8 commit 78b8e33

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ You can always install wcurl by simply downloading the script:
2020
```console
2121
curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl
2222
chmod +x wcurl
23+
sudo mv wcurl /usr/local/bin/wcurl
2324
```
2425

2526
# Install wcurl's manpage
2627
```console
27-
$CURLSRC/scripts/cd2nroff wcurl.md > wcurl.1
28-
sudo mv wcurl.1 /usr/share/man/man1/wcurl.1
28+
curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl.1
29+
sudo mkdir -p /usr/local/share/man/man1/
30+
sudo mv wcurl.1 /usr/local/share/man/man1/wcurl.1
31+
sudo mandb
2932
```
3033

3134
# wcurl(1)

0 commit comments

Comments
 (0)