32 lines
592 B
Markdown
32 lines
592 B
Markdown
# LiteFetch
|
|
|
|
A lite 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/litefetch.git
|
|
cd litefetch
|
|
make install
|
|
```
|
|
|
|
To uninstall (this will also remove the repository folder):
|
|
|
|
```shell
|
|
cd litefetch
|
|
make uninstall
|
|
```
|
|
|
|
## License
|
|
|
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/litefetch/LICENSE).
|
|
|
|
## Credits
|
|
|
|
[ufetch](https://gitlab.com/jschx/ufetch/): ASCII Distro logos (with some edits by me)
|