From 104766a18e216150e655fb01d648b9504ba21c43 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Wed, 26 Feb 2020 15:36:22 +0000 Subject: [PATCH] quiet wget in install step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0fba69..5260720 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tested on and compatible with: ## Install - wget -O - https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh | bash + wget -qO - https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh | bash _Running the above without reading through repository is strongly discouraged._