aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn St. John <johnthesaintjohn@gmail.com>2015-08-11 15:14:29 -0700
committerJohn St. John <johnthesaintjohn@gmail.com>2015-08-11 15:14:29 -0700
commitcbec41a93900a43f2ca4604e71272018f07968e2 (patch)
tree2edc76bc14b5fa065296fd10f15cc11e52e429eb
parent285a314c4db6c52f80414598c04872fd252e829d (diff)
downloadspn-combinatory-logic-cbec41a93900a43f2ca4604e71272018f07968e2.tar.gz
spn-combinatory-logic-cbec41a93900a43f2ca4604e71272018f07968e2.tar.bz2
spn-combinatory-logic-cbec41a93900a43f2ca4604e71272018f07968e2.zip
Create a readme
-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.
+