From e95c096ef225b8a3849c2e11645b08c74fe49110 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 3 Dec 2018 13:20:30 +0100
Subject: [PATCH] splits install in two sections

packages and your turn
---
 basics.html | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/basics.html b/basics.html
index a5f3bb2..5781cea 100644
--- a/basics.html
+++ b/basics.html
@@ -327,17 +327,20 @@
             - **Mac:** `bash` and `git`
             - **Windows:** [git bash](https://git-scm.com/download/win)
 
-            ---
-
-            1.  install
-            1.  open terminal
-            1.  type: `git version`
-
             notes:
             - **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 id="install-your-turn" data-markdown>
+            ## os packages
+            ### your turn
+
+            1.  install git CLI
+            1.  open terminal
+            1.  type: `git version`
+          </section>
         </section>
 
         <section>
-- 
GitLab