diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 19:36:12 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 19:36:12 -0300 |
commit | bc155824bd0f07cb655217db55b77aeb2d8d4654 (patch) | |
tree | f2be8bf52eb412b86bb52a372c403acf83300199 /README.md | |
parent | e73ad777154a00adef0608ee6d04795eaff1bef9 (diff) | |
download | blogc-bc155824bd0f07cb655217db55b77aeb2d8d4654.tar.gz blogc-bc155824bd0f07cb655217db55b77aeb2d8d4654.tar.bz2 blogc-bc155824bd0f07cb655217db55b77aeb2d8d4654.zip |
updated README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ Inside the source directory, run the following commands: $ make # make install -To create your first repository, please clone our example repository and adapt it to your needs: +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 $ cd my-blog @@ -24,8 +24,8 @@ To create your first repository, please clone our example repository and adapt i $ git init $ git commit -am 'initial commit' -At this point you'll have an empty blog, that can be customized to your needs. +At this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the 'post/' directory and edit your first post. Each new post, template or asset must be added to the Makefile. Please read it carefully. -If some unexpected error happens, please [file an issue](https://github.com/blogc/blogc/issues/new). +If some unexpected error happened, please [file an issue](https://github.com/blogc/blogc/issues/new). -- Rafael G. Martins <rafael@rafaelmartins.eng.br> |