diff --git a/basics.html b/basics.html
index 92de3806fea9df749db78a9911b67770623593fa..343f1ca1734a616b164525088f031c71c5eb4a39 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>