From 3fe1fba339403f6162730ad082aafe424a6795ad Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sat, 16 Sep 2023 12:27:55 -0500 Subject: [PATCH] Correct wget usage for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd9a89..c6a44f6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ curl -L https://sh.distant.dev | sh # Can also use wget to the same result -wget https://sh.distant.dev | sh +wget -q -O- https://sh.distant.dev | sh ``` See https://distant.dev/getting-started/installation/unix/ for more details.