summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0e62f72
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# Wake up
+
+Wake up is a simple adventure based on choice. Just select the options in the
+menu and see what happens.
+
+## Dependencies
+
+You need to have `guile` installed.
+
+## Running
+
+Just run the script provided
+
+```
+$ ./run.sh
+```
+
+Or call with guile:
+
+```
+$ guile depre/main.scm
+```