From 6202f4475af932d6d489f5e02ea6b5110a1f567d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 22 Sep 2016 04:08:47 +0200 Subject: runserver: removed libmagic dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 74b96f8..609468b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Inside the source directory, run the following commands: $ 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. 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. +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 [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: -- cgit v1.2.3-18-g5258