First commit.
This commit is contained in:
parent
86518e0564
commit
2b46da139c
3 changed files with 187 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# lightfetch
|
||||
|
||||
A light system info tool for Linux.
|
||||
|
||||
## Currently supported distros
|
||||
|
||||
Alpine Linux, ArchBang, Arch Linux, ArcoLinux Artix Linux, CentOS, Debian, Devuan, elementary OS, Fedora, Gentoo Linux, gNewSense, GNU Guix, Hyperbola GNU/Linux-libre, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, openSUSE, Parabola GNU/Linux-libre, Pop!_OS, PureOS, Raspbian, Slackware, Ubuntu (and its flavours), Void Linux, and Voyager Live.
|
||||
|
||||
## Building and installation
|
||||
|
||||
To install you can type this commands in the terminal:
|
||||
|
||||
```shell
|
||||
git clone https://github.com/TheDarkBug/lightfetch.git
|
||||
cd lightfetch
|
||||
make install
|
||||
```
|
||||
|
||||
To uninstall:
|
||||
|
||||
```shell
|
||||
cd lightfetch
|
||||
sudo make uninstall
|
||||
cd ..
|
||||
rm -rf lightfetch
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/LICENSE).
|
||||
|
||||
## Credits
|
||||
|
||||
[ufetch](https://gitlab.com/jschx/ufetch/): ASCII Distro logos (with some edits by me)
|
||||
Loading…
Add table
Add a link
Reference in a new issue