From 49563932e0f38027f2a66d573208a4fc565e4554 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 6 Mar 2023 18:32:01 -0600 Subject: [PATCH] Removed wget support, too hard to maintain --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 72b9a93..27848a5 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,6 @@ bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/in ``` zsh -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)" ``` -#### Or wget -Bash: -``` -bash -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh -O -)" -``` -Zsh: -``` -zsh -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh -O -)" -``` It installs to `~/.welcome/welcome.sh`, and adds a line to the bottom of `~/.bashrc` or `~/.zshrc`