diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 20:53:56 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-01-04 20:53:56 +0100 |
commit | b2fd258d6285e882698ac5876345b9b27a0f4d4f (patch) | |
tree | b41266744dd3c482348243611c9e9ebbc9507acd /README.md | |
parent | ce37047336fb2eb190b1cce15dd93dcc6146adc2 (diff) | |
download | blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.tar.gz blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.tar.bz2 blogc-b2fd258d6285e882698ac5876345b9b27a0f4d4f.zip |
spec: readme: fixed deps and instuctions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ 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-runserver] + $ ./configure [--enable-git-receiver] [--enable-make] [--enable-runserver] $ make # make install |