From 00b8340d155f25fdfe213e2123b1f371704d00e5 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Aug 2023 21:28:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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