Update README.md
This commit is contained in:
parent
049d6c3895
commit
85bfc1b7ab
1 changed files with 1 additions and 3 deletions
|
@ -16,13 +16,11 @@ cd lightfetch
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
To uninstall:
|
To uninstall (this will also remove the repository folder):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd lightfetch
|
cd lightfetch
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
cd ..
|
|
||||||
rm -rf lightfetch
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue