From 6d1d4a757d3977d91b7fff27f4a64ee13aea2d71 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Mon, 26 Nov 2018 15:53:42 +0100 Subject: [PATCH] updates install with experience from first session --- basics.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/basics.html b/basics.html index 92de380..343f1ca 100644 --- a/basics.html +++ b/basics.html @@ -307,12 +307,18 @@ - **Linux:** `bash` and `git` - **Mac:** `bash` and `git` - - **Windows 10+:** `WSL` - - **Windows < 10:** `cmder` + - **Windows:** [git bash](https://git-scm.com/download/win) + + --- + + 1. install + 1. open terminal + 1. type: `git version` notes: - - [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) - - who needs install? others can go instant break + - **Windows Subsystem for Linux (WSL)**: we don't use it because it + can't use native Windows editors + - **cmder**: we've tried it, it sucks </section> </section> -- GitLab