From d058eaeec3ad7dae5998e85d8e5c53f4ef3dce6b Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Fri, 13 Sep 2019 13:00:43 +0200
Subject: [PATCH] moves matrix to install

this is where we decide to use cli so it should be there
---
 basics.html | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/basics.html b/basics.html
index ccfc2ab..538ee81 100644
--- a/basics.html
+++ b/basics.html
@@ -319,6 +319,20 @@
             # install
           </section>
 
+          <section id="setup-cli" data-markdown>
+            ## command line
+
+            ![just take the damn red pill](img/matrix-pill.jpg)
+
+            notes:
+            - learn by doing / understand what you do
+            - GUI hides too much of that
+            - use GUI only if it integrates well in your workflow, e.g. IDE
+            - my main editor is emacs, so I am using emacs integration (magit)
+              for most of my day-to-day tasks, only a few key presses per git
+              operation, when I am in the terminal, I simply use the CLI
+          </section>
+
           <section id="install-os-packages" data-markdown>
             ## os packages
 
@@ -353,20 +367,6 @@
             - add **break** here if needed
           </section>
 
-          <section id="setup-cli" data-markdown>
-            ## command line
-
-            ![just take the damn red pill](img/matrix-pill.jpg)
-
-            notes:
-            - learn by doing / understand what you do
-            - GUI hides too much of that
-            - use GUI only if it integrates well in your workflow, e.g. IDE
-            - my main editor is emacs, so I am using emacs integration (magit)
-              for most of my day-to-day tasks, only a few key presses per git
-              operation, when I am in the terminal, I simply use the CLI
-          </section>
-
           <section id="cli-description" data-markdown>
             ## command line
             ### description syntax
-- 
GitLab