You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tools are not private Repositories, we recommend sending a pull request to Standard Registry rather than maintaining them in your custom Registries, because
Your local registry installs tools by cargo install, but some tools provide pre-built binaries.
The standard registry uses them, so users don't need to build tools themselves.
Hi, I'm the author of aqua, which is a CLI Version Manager.
I noticed you use aqua. Thank you so much!
Now you manage a local registry, but I think you can replace it with the standard registry.
I noticed that the standard registry missed some tools you used, so I added them and updated some settings.
As we mention in the document, we recommend using the standard registry rather than maintaining a local registry.
https://aquaproj.github.io/docs/develop-registry/
Your local registry installs tools by
cargo install
, but some tools provide pre-built binaries.The standard registry uses them, so users don't need to build tools themselves.
Registry settings
The text was updated successfully, but these errors were encountered: