Skip to content

Commit

Permalink
wcurl/_index.html: Use link to latest release to install it
Browse files Browse the repository at this point in the history
 And add instructions to install manpage.

 curl/wcurl#21
  • Loading branch information
samueloph authored and bagder committed Dec 13, 2024
1 parent 4a0eeea commit 0509bba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wcurl/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@

SUBTITLE(Download)
<pre style="white-space: pre-wrap; word-break: keep-all; color: #e0e080; background: #000000; padding: 8px 8px 8px 8px;">
$ curl -fLO https://raw.githubusercontent.com/curl/wcurl/main/wcurl
$ curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl
$ chmod +x wcurl
</pre>

SUBTITLE(Download manpage)
<pre style="white-space: pre-wrap; word-break: keep-all; color: #e0e080; background: #000000; padding: 8px 8px 8px 8px;">
$ curl -fLO https://github.com/curl/wcurl/releases/latest/download/wcurl.1
$ sudo mv wcurl.1 /usr/share/man/man1/wcurl.1
</pre>

SUBTITLE(Pronunciation)
<p>
"double-u curl"
Expand Down

0 comments on commit 0509bba

Please sign in to comment.