diff --git a/README.md b/README.md index fac5dae..b758e73 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,13 @@ Vorraussetzungen: - git-Client ist installiert - Python3 ist installiert -Das Setup ist das gleiche, wie bei der Web-Entwicklung. Es wird ein leeres Verzeichnis benötigt, in das die beiden Repositories und das Hugo-Release installiert werden. Hier nochmal in Kürze (am Beispiel Linux): +Das Setup ist das gleiche, wie bei der Web-Entwicklung. Es wird ein leeres Verzeichnis benötigt, in das die beiden Repositories und das Hugo-Release[^hugo] installiert werden. Hier nochmal in Kürze (am Beispiel Linux): + +[^hugo]: https://github.com/gohugoio/hugo/releases >$ mkdir ~/kred >$ cd ~/kred ->$ wget https://github.com/gohugoio/hugo/releases/download/v0.76.4/hugo_0.76.4_Linux-64bit.tar.gz +>$ wget https://github.com/gohugoio/hugo/releases/download/v0.117.0/hugo_0.117.0_Linux-64bit.tar.gz >$ mkdir hugo >$ tar -xvf hugo_0.76.4_Linux-64bit.tar.gz --directory hugo >$ rm hugo_0.76.4_Linux-64bit.tar.gz