summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-16 17:37:42 +0200
committerAlon Levy <alon@pobox.com>2014-12-16 17:37:42 +0200
commitade19de410e0a789a921ec1666b278b2a64176d6 (patch)
treec4c54b106de93609ca7bb70a20fd4be696715dbe /README.md
parentc7d026b1d504323a8c61d51b726e5e8d2337fc4b (diff)
moving files around after repository merger
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index e4d4217c..00000000
--- a/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-Rhizi
-=====
-
-A collaborative editor for organizing, communicating, and analyzing data in graph form.
-
-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
-
- For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. `file://rhizifolder/html.index?debug=1`
-
-