Merge pull request #2243 from xiaojunxiang2023/main

fix(docs): correct typo "acivate" → "activate"
This commit is contained in:
Daniel.y 2025-10-22 14:39:00 +08:00 committed by GitHub
commit 3ba1d75c97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]"