aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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