neowofetch/README.md

37 lines
677 B
Markdown
Raw Normal View History

2021-01-18 21:19:20 +01:00
# lightfetch
A light system info tool for Linux.
## Currently supported distros
2021-01-18 21:20:33 +01:00
Arch Linux.
2021-01-18 21:19:20 +01:00
## 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
```
2021-01-18 23:49:35 +01:00
To uninstall (this will also remove the repository folder):
2021-01-18 21:19:20 +01:00
```shell
cd lightfetch
2021-01-18 23:51:10 +01:00
<<<<<<< HEAD
2021-01-18 23:49:35 +01:00
make uninstall
2021-01-18 23:51:10 +01:00
=======
2021-01-18 21:19:20 +01:00
sudo make uninstall
2021-01-18 23:51:10 +01:00
>>>>>>> 85bfc1b7abe49545a7ee173a5ea02f9ea1494629
2021-01-18 21:19:20 +01:00
```
## 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)