Update README.md

This commit is contained in:
Klemek
2019-06-21 19:17:46 +02:00
committed by GitHub
parent 3d330b68d4
commit ea9927db1b
+4 -1
View File
@@ -6,7 +6,10 @@
A static blog using Markdown pulled from your git repository.
> You edit the markdown on your local repo, you push it and it's already on your server's blog (plus your friend's RSS is updated)
> Step 1 : ```$ vi 2019/06/21/index.md```
> Step 2 : ```$ git add . && git commit -m "new article" && git push origin master```
> Step 3 : That's it
> Step 4 : No seriously you're done, go check your updated blog
* **[How it works](#how-it-works)**
* **[Installation](#installation)**