summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-28 12:35:01 +0200
committerAlon Levy <alon@pobox.com>2014-11-28 12:35:01 +0200
commite81e6b6aabda5a42379a9f40646eece4d0e0d598 (patch)
tree7360869854af5eb1bdf2ce4516f058880f7b29a8
parent977da275b5b361044818c1ec70a7d2237503546c (diff)
document sass and make requirements
-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
+
+