mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Added install info to README
This commit is contained in:
parent
f9585ac295
commit
dfb9626205
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -3,9 +3,17 @@
|
|||
This is a nice little script for your `.bashrc` that greets you on every launch, with some helpful (and customizable!) information
|
||||

|
||||
|
||||
### Installing:
|
||||
#### Curl Script
|
||||
Run `. <(curl https://raw.githubusercontent.com/G2-Games/welcome-sh/main/install.sh)` to install it. Run it 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`
|
||||
|
||||
TODO:
|
||||
- [ ] Add easier way to install and update
|
||||
### Updating:
|
||||
WIP
|
||||
|
||||
### TODO:
|
||||
- [x] Add easier way to install and update
|
||||
- [ ] Fix issues across other distros
|
||||
- [ ] Add features?
|
||||
|
|
Loading…
Reference in a new issue