Skip to content

Commit

Permalink
docs: add wget example
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhil committed Dec 7, 2024
1 parent 416f9af commit 6c7822a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Or just run the following command:
```bash
# put your image name and tag, for example alpine:3.21.0
curl -NL 1mgr.xyz/<image:tag>
# or
wget -qO- 1mgr.xyz/<image:tag>
```

## Usage demo
Expand Down

0 comments on commit 6c7822a

Please sign in to comment.