Skip to content

docs: clarify Windows server launch command#181

Open
peter941221 wants to merge 1 commit into
xiaguan:mainfrom
peter941221:docs/windows-server-cli
Open

docs: clarify Windows server launch command#181
peter941221 wants to merge 1 commit into
xiaguan:mainfrom
peter941221:docs/windows-server-cli

Conversation

@peter941221
Copy link
Copy Markdown

fixes a README mismatch in the Windows quick-start section.

The README already states that the server CLI lives in pegainfer-server, but the Windows example still used cargo run --release --bin pegainfer.

This change switches the example to cargo run --release -p pegainfer-server -- --model-path ... so the Windows snippet matches the surrounding package-level guidance.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md file to correct the cargo run command, changing the binary flag --bin pegainfer to the package flag -p pegainfer-server. There are no review comments to address, and I have no additional feedback to provide.

@peter941221 peter941221 marked this pull request as ready for review May 29, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant