From b96643edcfdfa1531cfa051acbcbf61814661ace Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Wed, 10 Oct 2018 10:35:16 +0200
Subject: [PATCH] adds wsl to os packages

---
 basics.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/basics.html b/basics.html
index be3d88a..425dfa5 100644
--- a/basics.html
+++ b/basics.html
@@ -263,7 +263,11 @@
 
             - **Linux:** bash and git
             - **Mac:** bash and git
-            - **Windows:** cmder
+            - **Windows 10+:** WSL
+            - **Windows < 10:** cmder
+
+            notes:
+            - WSL = [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux)
           </section>
 
           <section id="cli-description" data-markdown>
-- 
GitLab