Skip to content

Commit

Permalink
Merge pull request #75 from justinmerrell/fix-install
Browse files Browse the repository at this point in the history
fix: add -qO-
  • Loading branch information
justinmerrell authored Jan 28, 2024
2 parents 625d71f + 15892c2 commit 848d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runpodctl is the CLI tool to automate / manage GPU pods for [runpod.io](https://

```bash
# Download and install via wget
wget cli.runpod.net | sudo bash
wget -qO- cli.runpod.net | sudo bash
```

#### MacOS
Expand Down

0 comments on commit 848d4ef

Please sign in to comment.