diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 19:33:54 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 19:33:54 -0300 |
commit | e73ad777154a00adef0608ee6d04795eaff1bef9 (patch) | |
tree | 48a8a8abecb23e5e25fdf789a7b84ab4f00c5f1a /README.md | |
parent | 8e4c6ec0ddd9944012f93e1b0f4c1762f35ee94e (diff) | |
download | blogc-e73ad777154a00adef0608ee6d04795eaff1bef9.tar.gz blogc-e73ad777154a00adef0608ee6d04795eaff1bef9.tar.bz2 blogc-e73ad777154a00adef0608ee6d04795eaff1bef9.zip |
updated README.md
Diffstat (limited to 'README.md')
-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> |