aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-08-17 19:33:54 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-08-17 19:33:54 -0300
commite73ad777154a00adef0608ee6d04795eaff1bef9 (patch)
tree48a8a8abecb23e5e25fdf789a7b84ab4f00c5f1a
parent8e4c6ec0ddd9944012f93e1b0f4c1762f35ee94e (diff)
downloadblogc-e73ad777154a00adef0608ee6d04795eaff1bef9.tar.gz
blogc-e73ad777154a00adef0608ee6d04795eaff1bef9.tar.bz2
blogc-e73ad777154a00adef0608ee6d04795eaff1bef9.zip
updated README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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 <rafael@rafaelmartins.eng.br>