From 242fe3d60f08e60f3f3331d9b34c48bc46951c2a Mon Sep 17 00:00:00 2001 From: Andi Hechtbauer Date: Wed, 29 Nov 2017 16:09:39 +0100 Subject: [PATCH] readme: move tl;dr up --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d3634b2..5306e93 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Kitchen Homepage Mitmachanleitung +## TL;DR + +Viele der Schritte oben braucht's nur einmal. Ist alles soweit am +Start, sieht eine Ă„nderung beispielsweise so aus: + + cd kitchen-homepage; git pull; + vi content/kitchenlog/2017/November.md; + git add content public; git commit -m "new kitchenlog content"; git push + + ## git ### git installieren @@ -58,13 +68,3 @@ content/kitchenlog/2017/... ### publizieren git push - - -# TL;DR - -Viele der Schritte oben braucht's nur einmal. Ist alles soweit am -Start, sieht eine Ă„nderung beispielsweise so aus: - - cd kitchen-homepage; git pull; - vi content/kitchenlog/2017/November.md; - git add content public; git commit -m "new kitchenlog content"; git push