fix(docs): correct typo "acivate" → "activate"
This commit is contained in:
parent
c0f69395c7
commit
9e5004e24f
2 changed files with 2 additions and 2 deletions
|
|
@ -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]"
|
||||
|
|
|
|||
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue