3 changed files with 50 additions and 3 deletions
@ -1,5 +1,47 @@ |
|||
# debfetch |
|||
|
|||
Informações resumidas sobre o Debian no terminal |
|||
 |
|||
|
|||
## Usage |
|||
|
|||
``` |
|||
debfetch - Prints short info about Debian. |
|||
|
|||
Usage: debfetch [OPTIONS] |
|||
|
|||
OPTIONS: |
|||
|
|||
-d No Debian logo |
|||
-l No line |
|||
-p No packege info |
|||
-h This help |
|||
``` |
|||
|
|||
## Install |
|||
|
|||
Clone: |
|||
|
|||
``` |
|||
git clone http://git.blauaraujo.com/blau_araujo/debfetch.git |
|||
``` |
|||
|
|||
Enter clone directory and run make: |
|||
|
|||
``` |
|||
cd /path/to/debfetch |
|||
sudo make install |
|||
``` |
|||
|
|||
## Uninstall |
|||
|
|||
``` |
|||
cd /path/to/debfetch |
|||
sudo make uninstall |
|||
``` |
|||
|
|||
## Copyright |
|||
|
|||
Copyright (C) 2021 Blau Araujo <blau@debxp.org>. |
|||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. |
|||
|
|||
|
|||
**NOTA:** Não tenho conhecimento da autoria/direitos da arte do logo. |
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in new issue