Skip to content

Commit

Permalink
document FreeBSD fetch(1) support
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Sep 12, 2024
1 parent 36e4a67 commit 9bb66d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
## Usage
This program depends on [p7zip](https://github.com/jinfeihan57/p7zip),
a POSIX shell, a [mktemp](https://man.openbsd.org/mktemp.1) implementation,
and a downloader program which can be any of BSD ftp (recommended),
and a downloader program which can be any of BSD ftp,
[curl](https://github.com/curl/curl),
[fetch](https://man.freebsd.org/cgi/man.cgi?query=fetch),
or [wget](https://www.gnu.org/software/wget/).

Simply run the command:
Expand Down

0 comments on commit 9bb66d7

Please sign in to comment.