neowofetch/README.md
2021-01-18 21:20:33 +01:00

34 lines
570 B
Markdown

# lightfetch
A light system info tool for Linux.
## Currently supported distros
Arch Linux.
## 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)