Update README.md
This commit is contained in:
parent
29a80bf622
commit
b682128323
1 changed files with 6 additions and 10 deletions
16
README.md
16
README.md
|
@ -1,6 +1,6 @@
|
||||||
# lightfetch
|
# LiteFetch
|
||||||
|
|
||||||
A light system info tool for Linux.
|
A lite system info tool for Linux.
|
||||||
|
|
||||||
## Currently supported distros
|
## Currently supported distros
|
||||||
|
|
||||||
|
@ -11,25 +11,21 @@ Arch Linux.
|
||||||
To install you can type this commands in the terminal:
|
To install you can type this commands in the terminal:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/TheDarkBug/lightfetch.git
|
git clone https://github.com/TheDarkBug/litefetch.git
|
||||||
cd lightfetch
|
cd litefetch
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
To uninstall (this will also remove the repository folder):
|
To uninstall (this will also remove the repository folder):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd lightfetch
|
cd litefetch
|
||||||
<<<<<<< HEAD
|
|
||||||
make uninstall
|
make uninstall
|
||||||
=======
|
|
||||||
sudo make uninstall
|
|
||||||
>>>>>>> 85bfc1b7abe49545a7ee173a5ea02f9ea1494629
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/LICENSE).
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/litefetch/LICENSE).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue