From dfb962620543aeca55dda678821a9b9ec45a8635 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Sat, 3 Sep 2022 02:39:47 -0500 Subject: [PATCH] Added install info to README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f88b5b7..0ba89ef 100644 --- a/README.md +++ b/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 ![image](https://user-images.githubusercontent.com/72430668/188241809-fd94292e-23a4-4bba-bb76-82b863bbdddb.png) +### 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?