From 194be8ee3efc2e88aa1f0b1a4bd46a7f8292939b Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 9 Nov 2014 00:44:05 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ Readme.md | 3 --- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 README.md delete 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. diff --git a/Readme.md b/Readme.md deleted file mode 100644 index 1df7c53..0000000 --- a/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -See -https://github.com/freifunk-gluon/gluon/blob/master/docs/user/site.rst -for Documentation and examples from other communities.