docs: add missing newline for codeblock in docs/compile-from-source.rst (#768)

to make it render correctly
This commit is contained in:
Florian 2024-07-13 20:42:50 +02:00 committed by GitHub
parent a5f6bc3697
commit e2fcf9ff5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ A tutorial to install Go is available over at `golang.org <https://golang.org/do
Python and pip3 should probably be installed via your distro's package manager.
::
cd to/your/zrepl/checkout
python3 -m venv3
source venv3/bin/activate