readme: move tl;dr up

This commit is contained in:
Andreas Hechtbauer 2017-11-29 16:09:39 +01:00
parent a8684e0197
commit 242fe3d60f
1 changed files with 10 additions and 10 deletions

View File

@ -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