From 46a36a2bf5c8389302f6d317ea80fc411f4c5534 Mon Sep 17 00:00:00 2001 From: Bastian Maeuser Date: Tue, 3 Mar 2015 11:26:25 +0100 Subject: [PATCH] first commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef5eb12 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## Building + +Check out this repository and execute `make`, i.e. like this: + + git clone https://github.com/freifunkMUC/site-ffm.git site-ffm + cd site-ffm + make + +## Further Resources + +Look at the [site configuration related Gluon documentation](http://gluon.readthedocs.org/en/v2014.3.1/user/site.html) +for information on site configuration options and examples from other communities.