panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
427 stars 45 forks source link

Clarify that cargo search is not currently supported in docs #130

Open alexjbuck opened 3 months ago

alexjbuck commented 3 months ago

This PR adds a single line to the README to state that cargo search is not supported by Panamax currently:

Note, Panamax does not currently support cargo search commands.

The discussion about what steps are needed to configure cargo to work with the mirror seem to indicate that once completed, cargo should function normally with the Panamax mirror. This is not wholly true, and no statement about the search functionality not being supported can leave users unclear if they have made an error, or if this is an unsupported feature.

Adding this clause to the README would remove this ambiguity for now.