about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 16:45:13 -0500
committerCase Duckworth2022-07-18 16:45:13 -0500
commita07a0fd9dcea6e30609f6b27f4137589630aa7f6 (patch)
tree910796c5467282fd34bde9bede13bfb679e4bd1e
parentAdd license (diff)
downloadnofetch-a07a0fd9dcea6e30609f6b27f4137589630aa7f6.tar.gz
nofetch-a07a0fd9dcea6e30609f6b27f4137589630aa7f6.zip
Add requirements
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index 7225934..6c7bc29 100644 --- a/README.md +++ b/README.md
@@ -15,6 +15,11 @@ $ make
15# make install 15# make install
16``` 16```
17 17
18### requirements
19
20- Chicken 5
21- `posix-utils` egg (`chicken-install posix-utils`)
22
18## uninstall 23## uninstall
19 24
20``` 25```