diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-29 02:06:26 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-29 02:06:26 +0200 |
commit | 8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd (patch) | |
tree | 79b70e7cccbedf308214cab1869e92ebfcf75971 /README.md | |
parent | 81c441e147390cb4b707ae9f1dca42481d6bacb2 (diff) | |
download | blogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.tar.gz blogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.tar.bz2 blogc-8f1f1388f163ab396a5e8a8f9c8f2a49346bc0fd.zip |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |