Browse Source

„README.md“ ändern

master
Chris 3 years ago
parent
commit
00b8340d15
  1. 6
      README.md

6
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

Loading…
Cancel
Save