aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-078/tyler-wardhaugh/lua/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/challenge-078/tyler-wardhaugh/lua/README.md b/challenge-078/tyler-wardhaugh/lua/README.md
new file mode 100644
index 0000000000..c84850394d
--- /dev/null
+++ b/challenge-078/tyler-wardhaugh/lua/README.md
@@ -0,0 +1,15 @@
+
+# The Weekly Challenge
+
+The Weekly Challenge - #078 - Tyler Wardhaugh
+
+## Usage
+
+Run the project's tests (which are samples from the task descriptions):
+
+ $ lua test.lua
+
+## Requirements:
+* [Lua](https://www.lua.org/) 5.3
+* [LuaRocks](https://luarocks.org/)
+* [busted](https://olivinelabs.com/busted/) (unit testing framework)