diff --git a/.envrc b/.envrc index 261e683..7ca1ca2 100755 --- a/.envrc +++ b/.envrc @@ -33,4 +33,7 @@ else echo "pip install failed; requirements.txt not updated" fi +# Sync Vale +vale sync + echo "Environment configured with direnv" diff --git a/readme.md b/readme.md index f4c95f8..cc0413c 100755 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This repo contains the files for maintaining my personal website: [gugulet.hu](h ## Setup steps 1. Clone the repo and enter the directory: `git clone git:git.gugulet.hu/g_it/site.g_it; cd site` -2. Setup the virtual environment: `python3 venv .venv` +2. Setup the virtual environment: `python3 -m venv .venv` 3. Activate the virtual environment: `source .venv/bin/activate` 4. Install all the packages: `pip install -r requirements.txt` 5. Activate direnv: `brew install direnv; direnv allow`