From 7694ed32131d71db6595d2987ead6fbc8f783fec Mon Sep 17 00:00:00 2001 From: Jeffrey Wan Date: Wed, 8 Jul 2015 09:59:58 +0100 Subject: [PATCH] Updating README.md Adding some more detailed instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7c925e8..e23e3c8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ For example, you should work on `map_pattern_test.rb` followed by `map_test.rb` Upon completing that, you should do `select_pattern_test.rb` and then `select_test.rb` and so forth. +After successfully cloning the repo and changing into the root directory, you +can type: + +```bash +$ ruby exercises/map_pattern_test.rb +``` +and start making those skipped tests pass. + ## Contributing Patches ### Fixing Errors in Exercises