From a0426f4b4576c55d87547f7d381b339a44d36bc4 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Sat, 3 Sep 2022 18:34:59 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e036fd..aed0476 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,16 @@ My goal with this script is to keep it simple, just a single line that gives use ``` bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)" ``` +``` +zsh -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 -)" ``` +``` +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`