From 66d39d765d4464330f8d86bde632f3b095ca951a Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Nov 20 2023 13:11:05 +0000 Subject: Fix the README.md syntax Signed-off-by: Michal Konecny --- diff --git a/README.md b/README.md index 8a35c6c..7a041e7 100644 --- a/README.md +++ b/README.md @@ -11,27 +11,27 @@ https://fedora-arc.readthedocs.io/en/latest/index.html 1. Create python virtual environment - ``` - python3 -m venv .venv - ``` + ``` + python3 -m venv .venv + ``` 2. Activate virtual environment - ``` - . .venv/bin/activate - ``` + ``` + . .venv/bin/activate + ``` 3. Install requirements - ``` - pip install -r docs/requirements.txt - ``` + ``` + pip install -r docs/requirements.txt + ``` 4. Execute the Makefile - ``` - cd docs - make html - ``` + ``` + cd docs + make html + ``` 5. You will find the compiled HTML in `docs/_build/html`