diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1de4f7d --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,22 @@ | |||
1 | # nofetch | ||
2 | |||
3 | Tell those losers in r/unixporn what you really think of them. | ||
4 | |||
5 | ## usage | ||
6 | |||
7 | ``` | ||
8 | $ nofetch | ||
9 | ``` | ||
10 | |||
11 | ## install | ||
12 | |||
13 | ``` | ||
14 | $ make | ||
15 | # make install | ||
16 | ``` | ||
17 | |||
18 | ## uninstall | ||
19 | |||
20 | ``` | ||
21 | # make uninstall | ||
22 | ``` | ||