about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 16:40:05 -0500
committerCase Duckworth2022-07-18 16:40:05 -0500
commit28d34e7dd1fe536ab7a8aea56426f7089e7f71b8 (patch)
tree478b7b53858faf8e4d41b9f6e676c506dd18a2e0
parentAdd Makefile (diff)
downloadnofetch-28d34e7dd1fe536ab7a8aea56426f7089e7f71b8.tar.gz
nofetch-28d34e7dd1fe536ab7a8aea56426f7089e7f71b8.zip
Add README
-rw-r--r--README.md22
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
3Tell 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```