diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-22 04:08:47 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-22 04:08:47 +0200 |
commit | 6202f4475af932d6d489f5e02ea6b5110a1f567d (patch) | |
tree | fa81cf8da40f49ebf1c4946c7c3e3058e74c59e0 /README.md | |
parent | 0c7753ef37f875b288fc8c5d1c6a64fa61f4d149 (diff) | |
download | blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.gz blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.bz2 blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.zip |
runserver: removed libmagic dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |