From 25e8e24507afe883c46bd2618b0a4ba240cddc77 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Sat, 3 Sep 2022 16:33:32 -0500 Subject: [PATCH] Added wget option --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e949d9a..0e036fd 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,17 @@ My goal with this script is to keep it simple, just a single line that gives use ### Installing: #### Via Curl -Run `bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)"` to install it. It installs to `~/.welcome/welcome.sh` +``` +bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)" +``` +#### Or wget +``` +bash -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh -O -)" +``` -Run it again to uninstall. +It installs to `~/.welcome/welcome.sh`, and adds a line to the bottom of `~/.bashrc` + +Run again to uninstall. #### Manual Installation To use it, download `welcome.sh` and place it in your home directory. Then add `/home/$USER/welcome.sh` to your `.bashrc`