aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files 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 <rafael@rafaelmartins.eng.br>