Fixed typo.

This commit is contained in:
retoor 2025-01-27 19:40:33 +01:00
parent 1d7c2ce6fa
commit e2d471e803

View File

@ -34,7 +34,7 @@ These are instructions for USING Dreamii, not to modify it.
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate source .venv/bin/activate
pip install git+https://molodetz.nl/retoor/dreamii.git pip install git+https://molodetz.nl/retoor/dreamii.git
echo > "# My first dreamii site" > index.md echo "# My first dreamii site" > index.md
dreamii serve 7331 dreamii serve 7331
``` ```