summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-07 00:21:02 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-07 00:21:02 +0100
commit467f320d98fd9279d234b9aea1b8fbf19f710900 (patch)
tree347b6edf614236e3a239b9382f89720b3215eced /README.rst
parent8c1ee2f48b040b8d679c2fc1d38e8b9582b6b691 (diff)
moved from cakefile to grunt
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 000000000..487ca6104
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+README
+======
+
+
+CoffeeScript
+------------
+To install the nodejs dependencies run ::
+
+ make deps
+
+inside the **coffee/** directory.
+
+To compile and run all unittests run::
+
+ make
+
+inside the **coffee/** directory. \ No newline at end of file