diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-26 01:48:29 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-02-26 01:48:29 +0100 |
commit | cf97bd1b2d86eb2e8db5c41b0999680e9e41135d (patch) | |
tree | 5e828149808c30b01c54808d065c9d14da0e4dd8 | |
parent | 3b0f9293a3432023cdca91df01418347d9781ffa (diff) | |
download | blogc-cf97bd1b2d86eb2e8db5c41b0999680e9e41135d.tar.gz blogc-cf97bd1b2d86eb2e8db5c41b0999680e9e41135d.tar.bz2 blogc-cf97bd1b2d86eb2e8db5c41b0999680e9e41135d.zip |
readme: minor fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ A blog compiler. ## Quickstart -Clone the [Git repository](https://github.com/blogc/blogc) or grab the [latest release](https://github.com/blogc/blogc/releases) and extract it. +Clone the [Git repository](https://github.com/blogc/blogc) (using `--recursive` to get the submodules) or grab the [latest release](https://github.com/blogc/blogc/releases) and extract it. Inside the source directory, run the following commands: |