Skip to content

fix typo#1009

Open
flipchan wants to merge 1 commit intor0gue-io:mainfrom
flipchan:patch-1
Open

fix typo#1009
flipchan wants to merge 1 commit intor0gue-io:mainfrom
flipchan:patch-1

Conversation

@flipchan
Copy link
Copy Markdown

@flipchan flipchan commented Apr 4, 2026

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: de385ef442

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md

# Install pop-cli
cargo binstall pop-cli --locked
cargo install pop-cli --locked
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use cargo binstall in the quick-install snippet

The “Quick Install (Recommended)” section explicitly says it uses cargo-binstall to download pre-built binaries, but this line now runs cargo install, which compiles from source instead. That makes the instructions internally inconsistent and can break/slow installs for users who rely on the binary path (e.g., missing native build toolchains), especially since the preceding step installs cargo-binstall specifically for this flow.

Useful? React with 👍 / 👎.

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