Skip to content

Commit

Permalink
docs: note that the same command works for multiple OS/architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Nov 8, 2023
1 parent cccb8df commit 7ed52b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# wrun

`wrun` downloads an executable, caches it, and runs it with arguments.
`wrun` downloads, caches, and runs an executable,
with the same one command for multiple OS/architectures.

```shellsession
$ wrun --help
Expand All @@ -11,6 +12,7 @@ Usage of wrun:
[<OS>/<architecture>=]URL (at least one required to match)

wrun downloads, caches, and runs executables.
The same one command works for multiple OS/architectures.

The runtime OS and architecture are matched against the given URL matchers.
The first matching one in the order given is chosen as the URL to download.
Expand Down
1 change: 1 addition & 0 deletions wrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func main() {
if errors.Is(err, flag.ErrHelp) {
fmt.Printf(`
%s downloads, caches, and runs executables.
The same one command works for multiple OS/architectures.
The runtime OS and architecture are matched against the given URL matchers.
The first matching one in the order given is chosen as the URL to download.
Expand Down

0 comments on commit 7ed52b1

Please sign in to comment.