summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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