diff --git a/README.md b/README.md index e293514..65d954a 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,24 @@ Modern, fantastisch, toll, mit Konfetti und sogar Jahr 2000 kompatibel!!1! * Der `main` branch wird automatisch vom `auto_build.sh` script deployed. * Sollte™ alle zwei Minuten passieren -* Um die Seite erfolgreich lokal zu starten, - muss [Hugo](https://gohugo.io/getting-started/installing/ "Anleitung zum Installieren von Hugo auf verschiedenen Betriebssystemen") - und - das [von spookey entwickelte Theme](https://github.com/spookey/slick "git Repository von spookey und dem von ihm entwickelten Theme") ( - bspw. mit `git clone https://github.com/spookey/slick.git`) - installiert werden. +* Um die Seite erfolgreich lokal zu starten, muss [Hugo][Hugo-Installation] + und das von Sixtus entwickelte [Theme][Slick-Theme] installiert sein. + + * Entweder ein initialer clone via + + ```sh + git clone --recursive ssh://git.dezentrale.cloud/Frontend/Homepage + ``` + + * … oder nachträglich initialisieren + + ```sh + git clone ssh://git.dezentrale.cloud/Frontend/Homepage + cd Homepage + git submodule update --init --recursive + ``` Ansonsten - Be excellent! + +[Hugo-Installation]: https://gohugo.io/getting-started/installing +[Slick-Theme]: https://github.com/spookey/slick