about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 12:26:19 -0500
committerCase Duckworth2023-05-31 12:26:19 -0500
commitfeb87af371e39d09dfdc78474496fab72ccac071 (patch)
tree5b8785b4692b5e6699e8bfb3e56db9f6157ca5aa
parentAdd take* (diff)
downloadapple-feb87af371e39d09dfdc78474496fab72ccac071.tar.gz
apple-feb87af371e39d09dfdc78474496fab72ccac071.zip
Update readme
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md index 3177206..b39efaf 100644 --- a/README.md +++ b/README.md
@@ -6,8 +6,9 @@ Yeah I don't have a good name yet. I'm just playing around and trying to get ch
6## Dependencies 6## Dependencies
7 7
8- chicken scheme (`csi`) with eggs: 8- chicken scheme (`csi`) with eggs:
9 - r7rs
10 - matchable 9 - matchable
10 - r7rs
11 - srfi-18
11 - stty 12 - stty
12- my ansi library, [yolk][] 13- my ansi library, [yolk][]
13 14
@@ -19,7 +20,11 @@ Run `./game.scm` in this directory.
19 20
20## License 21## License
21 22
22Uh.. GPL I guess. See COPYING for details. 23This software is licensed under the Look At This Cool Rock I Found Public License, version 1.0. See COPYING for details.
24
25Here is a picture of the cool rock I found:
26
27![https://junk.acdw.net/coolrock.jpg]
23 28
24## Development log 29## Development log
25 30