Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

# 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 👍 / 👎.

```

### macOS
Expand Down
Loading