Docs: Updated release date and cli installation commands (#16435)

### What problem does this PR solve?

Updated release date and cli installation commands.

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2026-06-29 11:32:09 +08:00
committed by GitHub
parent d4ef3d21d1
commit 6d6e32a1d0
2 changed files with 3 additions and 2 deletions

View File

@@ -16,8 +16,9 @@ The RAGFlow CLI is a command-line-based system administration tool that offers a
2. Install ragflow-cli.
```bash
pip install ragflow-cli==0.26.2
pipx install ragflow-cli==0.26.2
```
> You can also use `uv`, a tool for managing virtual environments and packages, to install RAGFlow CLI: `uv tool install ragflow-cli@0.26.2`.
3. Launch the CLI client:

View File

@@ -11,7 +11,7 @@ Key features, improvements and bug fixes in the latest releases.
## v0.26.2
Released on June 26, 2026.
Released on June 29, 2026.
### New features