mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Update README.md
This commit is contained in:
parent
fd252ec80e
commit
a0426f4b45
1 changed files with 6 additions and 0 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue