From c2a4c0f5c0732a6cffc3db6cb4ff9a045e2299e1 Mon Sep 17 00:00:00 2001 From: arunthampi Date: Tue, 6 May 2014 22:22:54 +0000 Subject: [PATCH] Add Hack on Nitrous button --- README.md | 6 ++++++ README.nitrous.md | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 README.nitrous.md diff --git a/README.md b/README.md index e4a1779..6475b23 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ which will download all dependencies you need to run the Clojure koans. I strongly recommend that you upgrade to lein 2 instead! +### Installing on Nitrous.IO + +Start working with Clojure Koans instantly on [Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=functional-koans/clojure-koans&utm_medium=hackonnitrous): + +[![Hack functional-koans/clojure-koans on Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=rails&repo=functional-koans%2Fclojure-koans&file_to_open=README.nitrous.md) + ### Running the Koans If you're running from the zipfile, simply run diff --git a/README.nitrous.md b/README.nitrous.md new file mode 100644 index 0000000..59db20b --- /dev/null +++ b/README.nitrous.md @@ -0,0 +1,9 @@ +# Get Started with Clojure Koans on Nitrous.IO + +1. In the terminal below, go to the clojure-koans directory by running + `cd ~/workspace/clojure-koans` +2. Run `parts install leiningen` +3. Run `lein koan run` +4. You will see a failing test. To fix this test, edit the file + `~/workspace/clojure-koans/src/koans/01_equalities.clj` +