summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2194f2c..74b96f8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# blogc
-![Build Status](https://github.com/blogc/blogc/workflows/yatr/badge.svg)
+[![Build Status](https://travis-ci.org/blogc/blogc.svg?branch=master)](https://travis-ci.org/blogc/blogc)
A blog compiler.
@@ -14,11 +14,11 @@ If installing from Git repository, [ronn](https://github.com/rtomayko/ronn) and
Inside the source directory, run the following commands:
$ ./autogen.sh # if installing from git
- $ ./configure [--enable-git-receiver] [--enable-make] [--enable-runserver]
+ $ ./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.
+The `./configure` options listed above will enable building of helper tools. To learn more about these tools, please read the man pages. Be aware that [`blogc-runserver(1)`](https://blogc.rgm.io/man/blogc-runserver.1.html) depends on [libmagic](https://github.com/file/file) and [libevent](http://libevent.org/), but this tool can be replaced by any HTTP server you want to use.
To create your first blog, please clone our example repository and adapt it to your needs: