summary refs log tree commit diff
path: root/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md12
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.)