From a79990f8048c21a98568102756b42350a802855c Mon Sep 17 00:00:00 2001 From: Porco-Rosso Date: Fri, 26 Jul 2024 23:57:12 +0400 Subject: [PATCH] updated and fixed the README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e16931..9cdbdaf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ Simple MOTD using golang and [Lipgloss](https://github.com/charmbracelet/lipglos I use it to get basic information when I log in to my many containers and VMs. Should work on any modern version of Mac, Debian and probably other linux distros. First time programming in go, but at least it Looks pretty! +Shows: +- OS +- Local IP +- Total Disk space and free space +- Uptime +- RAM size and usage +- CPU size and usage + +Color is selected based on a hash of the hostname! + Pull requests welcome! ## Install @@ -16,7 +26,7 @@ Pull requests welcome! Download the binary and move it to the proper place ```bash -wget https://github.com/Porco-Rosso/Lipstick-on-a-Pig/releases/latest/download/lipgloss-on-a-pig_darwin_amd64 +wget https://github.com/Porco-Rosso/Lipstick-on-a-Pig/releases/latest/download/lipgloss-on-a-pig_linux_amd64 mkdir /usr/local/bin/ mv lipgloss-on-a-pig_darwin_amd64 /usr/local/bin/lipgloss-on-a-pig ``` @@ -48,7 +58,7 @@ test it out `apt install golang -y` or follow the installation instructions on [go.dev](https://go.dev/doc/install) -`git clone zzz` +`git clone https://github.com/Porco-Rosso/Lipstick-on-a-Pig.git` `cd Lipstick-on-a-Pig`