diff --git a/readme.md b/readme.md index cc0413c..b92c4a6 100755 --- a/readme.md +++ b/readme.md @@ -10,4 +10,4 @@ This repo contains the files for maintaining my personal website: [gugulet.hu](h 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` +5. Activate direnv: `direnv allow`