mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Clarify installation of pre-commit alongside uv in README (#9749)
### What problem does this PR solve? Updates the installation step in README.md to explicitly include pre-commit alongside uv. Applies the change to all localized versions: English, Chinese, Japanese, Korean, Indonesian, and Portuguese. #### Why this is needed: The installation instructions previously mentioned only uv, but pre-commit is also required for contributing. Ensures consistency across all language versions and helps new contributors set up the environment correctly. ### Type of change - [x] Documentation Update
This commit is contained in:
@ -289,7 +289,7 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly
|
||||
|
||||
## 🔨 Lançar o serviço a partir do código-fonte para desenvolvimento
|
||||
|
||||
1. Instale o `uv`, ou pule esta etapa se ele já estiver instalado:
|
||||
1. Instale o `uv` e o `pre-commit`, ou pule esta etapa se eles já estiverem instalados:
|
||||
|
||||
```bash
|
||||
pipx install uv pre-commit
|
||||
|
||||
Reference in New Issue
Block a user