aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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>