Fix the README.md syntax
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
ba720c3d77
commit
66d39d765d
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -11,27 +11,27 @@ https://fedora-arc.readthedocs.io/en/latest/index.html
|
||||||
|
|
||||||
1. Create python virtual environment
|
1. Create python virtual environment
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Activate virtual environment
|
2. Activate virtual environment
|
||||||
|
|
||||||
```
|
```
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install requirements
|
3. Install requirements
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Execute the Makefile
|
4. Execute the Makefile
|
||||||
|
|
||||||
```
|
```
|
||||||
cd docs
|
cd docs
|
||||||
make html
|
make html
|
||||||
```
|
```
|
||||||
|
|
||||||
5. You will find the compiled HTML in `docs/_build/html`
|
5. You will find the compiled HTML in `docs/_build/html`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue