readme: add tl;dr

This commit is contained in:
Andreas Hechtbauer 2017-11-29 16:07:32 +01:00
parent b190434e74
commit a8684e0197
1 changed files with 10 additions and 0 deletions

View File

@ -58,3 +58,13 @@ 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