From 15892c2f92299595216797b3d9b8c857ead1fdcc Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Sun, 28 Jan 2024 00:48:08 -0500 Subject: [PATCH] fix: add -qO- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e0c61..d32b78a 100644 --- a/README.md +++ b/README.md @@ -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