This is an old revision of the document!
Installation der git-bash
- Download: https://git-scm.com/downloads/win
Intro
- git-bash starten und Verzeichnis anlegen:
mkdir temp
- ins neue Verzeichnis wechseln:
cd temp
- Adventure herunterladen
curl.exe https://fginfo.ksbg.ch/intro.zip -o intro.zip
- Kontrollieren, ob Datei angekommen ist:
ls
- Zip-Datei entpacken:
unzip intro.zip
- Resultat anschauen:
ls
- Ins neue Verzeichnis wechseln und den «Guide» starten:
<code bash> cd intro bash guide.bash </code.