From d8c3043645619084a4e45ddaf08d9b92decdb88c Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Wed, 27 May 2020 10:33:25 +0200 Subject: [PATCH] Set code syntax for highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff1270a..d4116d0 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ time and SNR. All computations support a batch-mode, allowing to compute multipl ## Full Documentation The full documentation is available as source [here](docs) and can be build using [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html) by the command -``` +```bash sphinx-build -b html ``` for the HTML-documentation or -``` +```bash sphinx-build -M latexpdf ```