diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dd3351f7ff218dd5dc605db2b36f5970f50f2fe..080607f38260a39693df148e0d735022af755a9c 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 2088b820939d18b3a8d4dfd8e2f8a3d35b2a61cb..220397f27c4c56264eff222ce28fbffe07cdd3ad 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