From 6286a69dcd0582411d9244daee9b5ff73a799801 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Mon, 19 Sep 2022 21:08:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 625d247..598f43b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ zsh -c "$(wget -q https://raw.githubusercontent.com/G2-Games/welcome.sh/main/ins It installs to `~/.welcome/welcome.sh`, and adds a line to the bottom of `~/.bashrc` or `~/.zshrc` #### Manual Installation -To use it, download the latest `welcome.sh` from releases and place it in your home directory. Then add `~/welcome.sh` to your `.bashrc`. It works without the config file, but you can also add that to your home directory for easier manual updates. +To use it, download the latest `welcome.sh` from releases and place it in your home directory. Then add `bash ~/welcome.sh` to your `.bashrc`. It works without the config file, but you can also add that to your home directory for easier manual updates. ### Updating: Run the script again to check for an update. If you have an older version it will prompt you.