aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-29 02:06:26 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-29 02:06:26 +0200
commit8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd (patch)
tree79b70e7cccbedf308214cab1869e92ebfcf75971
parent81c441e147390cb4b707ae9f1dca42481d6bacb2 (diff)
downloadblogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.tar.gz
blogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.tar.bz2
blogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.zip
updated readme
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4450099..bd27cae 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,12 @@ Clone the [Git repository](https://github.com/blogc/blogc) or grab the [latest r
Inside the source directory, run the following commands:
$ ./autogen.sh # if installing from git
- $ ./configure
+ $ ./configure [--enable-git-receiver] [--enable-runserver]
$ make
# make install
+The `./configure` options listed above will enable building of helper tools. To learn more about these tools, please read the man pages.
+
To create your first blog, please clone our example repository and adapt it to your needs:
$ git clone https://github.com/blogc/blogc-example my-blog