mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 10:52:03 +08:00
Fix release (#16278)
### What problem does this PR solve? Fix release ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ This is the Go implementation of the RAGFlow command-line interface, compatible
|
||||
### Build and run
|
||||
|
||||
```bash
|
||||
go build -o ragflow-cli ./cmd/ragflow_cli.go
|
||||
go build -o ragflow-cli ./cmd/ragflow-cli.go
|
||||
./ragflow-cli
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user