From d3ff4fd7768219e3ae1e82709048cf64f6836758 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Tue, 29 Aug 2017 16:47:04 +0200
Subject: [PATCH] Use doxec from repository

Use the doxec code from the gitlab repository and do not clone a new version
from the server.
---
 .gitlab-ci.yml |  1 +
 README.md      | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dd3351..080607f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,5 +20,6 @@ README:
       DOXEC_COLOR: 0
 
     script:
+     - python3 setup.py install
      - bin/doxec --color README.md 
 
diff --git a/README.md b/README.md
index 2088b82..220397f 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,16 @@ This ensures that the code snippets work as intended.
 You can simply clone the repository and run the setup script to get doxec.
 
 
-<!-- console -->
+<!-- console 
 ```bash
 $ git clone https://srv.sauerburger.com/frank/doxec.git doxec_install
-$ cd doxec_install && python3 setup.py install
+```
+-->
+
+```bash
+$ git clone https://srv.sauerburger.com/frank/doxec.git doxec_install
+$ cd doxec_install 
+$ python3 setup.py install
 ```
 
 # Usage
-- 
GitLab