fix(docs): correct typo "acivate" → "activate"

This commit is contained in:
xiaojunxiang 2025-10-22 03:00:47 +00:00
parent c0f69395c7
commit 9e5004e24f
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ cd lightrag
# Create a Python virtual environment
uv venv --seed --python 3.12
source .venv/bin/acivate
source .venv/bin/activate
# Install in editable mode with API support
pip install -e ".[api]"

View file

@ -29,7 +29,7 @@ cd lightrag
# Create a Python virtual environment
uv venv --seed --python 3.12
source .venv/bin/acivate
source .venv/bin/activate
# Install in editable mode with API support
pip install -e ".[api]"