Skip to content

Commit

Permalink
docs: update info
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Oct 31, 2023
1 parent a2bbeb2 commit fb4bd48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Bunnyfetch is a small and fast tool for getting info about your system.
The idea is from <a href="https://github.com/elenapan/dotfiles/blob/master/bin/bunnyfetch">this here</a> and I decided to make it crossplatform in Go.
</p><br>
<img src="https://safe.kashima.moe/n75w100wuuks.png">
<img src="https://safe.saya.moe/rTL8k6UtKxEs.png">
</div>

# Install
Expand All @@ -37,6 +37,12 @@ go get -d ./...
go build -ldflags "-w -s" # ldflags make the binary smaller
```

# Usage
Run `bunnyfetch`!
Some people may notice that the color of "OS" will not match their colorscheme.
That is because it is taken from the /etc/os-release file. If you wish to disable
the feature, the `--no-distro-color` or `-d` flag can be used.

# License
Bunnyfetch is licensed under the MIT license.
[Read here](LICENSE) for more info.

0 comments on commit fb4bd48

Please sign in to comment.