From cbec41a93900a43f2ca4604e71272018f07968e2 Mon Sep 17 00:00:00 2001 From: "John St. John" Date: Tue, 11 Aug 2015 15:14:29 -0700 Subject: Create a readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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. + -- cgit v1.2.3 From 1199db4570c368c7788aabdfe4fdc435d6e41aa4 Mon Sep 17 00:00:00 2001 From: "John St. John" Date: Tue, 11 Aug 2015 15:16:08 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead2573..a53e2d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An exercise for Scala Puzzle Night: Combinatory Logic ## Quick Start -1. check out the repository +1. check out or fork/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. -- cgit v1.2.3