forked from anti/kitchen-homepage
readme: add tl;dr
This commit is contained in:
parent
b190434e74
commit
a8684e0197
10
README.md
10
README.md
@ -58,3 +58,13 @@ content/kitchenlog/2017/...
|
|||||||
### publizieren
|
### publizieren
|
||||||
|
|
||||||
git push
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user