From a2d45c4ccc738778c201eecc0804d0b705569427 Mon Sep 17 00:00:00 2001
From: G2 <72430668+G2-Games@users.noreply.github.com>
Date: Sun, 4 Sep 2022 19:04:34 -0500
Subject: [PATCH] Update README.md
---
README.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 862da42..b38b365 100644
--- a/README.md
+++ b/README.md
@@ -13,16 +13,20 @@ My goal with this script is to keep it simple, just a single line that gives use
### Installing:
#### Via Curl
+Bash:
```
bash -c "$(curl -s https://raw.githubusercontent.com/G2-Games/welcome.sh/main/install.sh)"
```
+Zsh:
```
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 -)"
```
@@ -45,9 +49,10 @@ To configure settings, open `welcome.sh` in your text editor of choice and go to
```bash
#=========SETUP========#
-# Select which parts you want active by commenting them out
-# For example, on a desktop, disabling the battery message is a good idea
-# You can also re order them to change how they display!
+# Select which parts you want active by commenting them out #
+# For example, on a desktop, disabling the battery message #
+# is a good idea. You can also re order them to change how #
+# they display! #
flatpakupd="off" # Check for flatpak updates, this slows startup down A LOT
rechargenotif="off" # Notify that you should recharge if below 15%
@@ -55,7 +60,7 @@ rechargenotif="off" # Notify that you should recharge if below 15%
welcome
greeting
clock
-battery
+#battery
updates #< This makes startup slower
echo # Properly line break at the end
```