From e73ad777154a00adef0608ee6d04795eaff1bef9 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 17 Aug 2015 19:33:54 -0300 Subject: updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c83b06f..ec2d9c6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ 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: + + $ git clone https://github.com/blogc/blogc-example my-blog + $ cd my-blog + $ rm -rf .git + $ git init + $ git commit -am 'initial commit' + +At this point you'll have an empty blog, that can be customized to your needs. + If some unexpected error happens, please [file an issue](https://github.com/blogc/blogc/issues/new). -- Rafael G. Martins -- cgit v1.2.3-18-g5258