From ea9927db1b5784acd680119dfe3ec777b5768141 Mon Sep 17 00:00:00 2001 From: Klemek Date: Fri, 21 Jun 2019 19:17:46 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa892ec..2bec896 100644 --- a/README.md +++ b/README.md @@ -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)**