diff options
author | dozens | 2024-06-25 21:22:35 -0600 |
---|---|---|
committer | dozens | 2024-06-30 23:24:42 -0600 |
commit | bf71791fc540a584dd6d88548c91192294d106bc (patch) | |
tree | ba73c1f1616c19a34e33634a102c9d84184cada7 /doc/README.md | |
parent | 9bf31e86cef62bed76a35353e791768960b14d70 (diff) |
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 0452038..bc998a5 100644 --- a/doc/README.md +++ b/doc/README.md @@ -38,7 +38,8 @@ Here's what it looks like: ## BACKGROUND -9mm is legit a great game. +Nine Mens Morris is legit a great game, +and I like it a lot. One time i wrote an essay about the social contract implicit to nine mens morris: https://write.tildeverse.org/dozens/nine-mens-morris-cultural-meanings-and-social-contracts @@ -49,3 +50,12 @@ https://en.wikipedia.org/wiki/Morabaraba also look at these round cows https://en.wikipedia.org/wiki/Spherical_cow +## USAGE + +1. If you have fennel installed, + run `fennel main.fnl` + +2. If you have fennel installed, + you can compile a binary + using `fennel --compile-binary`. + (See `justfile` for an example of how I do it.) |