diff --git a/README.md b/README.md index f646d40..9ad6cb4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A static website built with pelican. ## Development ```sh -python3 -m venv env -source env/bin/activate +python3 -m venv .venv +source .venv/bin/activate pip install -r requirements.txt make devserver ```