summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a39b6eb6..4a23fb97 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,15 @@ A collaborative editor for organizing, communicating, and analyzing data in grap
A.K.A The spreadsheet of tomorrow
+Development
+===========
+
+To update the css files you need [sass](http://sass-lang.com/)
+
+The build tool is [make](https://www.gnu.org/software/make/)
+
+To rebuild the css files issue make from the top level directory:
+
+ $ make
+
+