diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |