From bc155824bd0f07cb655217db55b77aeb2d8d4654 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 17 Aug 2015 19:36:12 -0300 Subject: updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec2d9c6..f675267 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-18-g5258