Skip to content

Commit

Permalink
updated and fixed the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Porco-Rosso committed Jul 26, 2024
1 parent 9ed3c54 commit a79990f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit a79990f

Please sign in to comment.