diff options
author | Case Duckworth | 2022-07-18 16:45:13 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 16:45:13 -0500 |
commit | a07a0fd9dcea6e30609f6b27f4137589630aa7f6 (patch) | |
tree | 910796c5467282fd34bde9bede13bfb679e4bd1e | |
parent | Add license (diff) | |
download | nofetch-a07a0fd9dcea6e30609f6b27f4137589630aa7f6.tar.gz nofetch-a07a0fd9dcea6e30609f6b27f4137589630aa7f6.zip |
Add requirements
-rw-r--r-- | README.md | 5 |
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 | ``` |