aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ead2573
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# spn-combinatory-logic
+An exercise for Scala Puzzle Night: Combinatory Logic
+
+## Quick Start
+1. check out the repository
+2. Make sure you have `sbt` installed. For example see http://www.scala-sbt.org/release/tutorial/Setup.html. On mac it is as easy as `brew install sbt` if you have homebrew.
+3. Run the tests! `sbt test` from the main project directory.
+4. Edit code and repeat.
+