From 27946113ba579816f53676ab4b446d85cee28a67 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 25 Sep 2013 20:19:48 -0400 Subject: [PATCH] Add initial doco of test.sh --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5842071..238c08d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ should not be here) Contributions of new names and discussion should be done under Issues or on the Wiki part of this repo. +To test your work, make sure your script is executable and then run: + +``` +./test/test.sh NN +``` + +Where `NN` is the number prefix of the directory you're adding. + Never stop exercising! Love,