Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binaries to package managers #8

Open
gabrieldemian opened this issue Aug 27, 2023 · 2 comments
Open

Add binaries to package managers #8

gabrieldemian opened this issue Aug 27, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@gabrieldemian
Copy link
Owner

Right now, the only way to install the binary is to either compile from source or to download it from the releases page, not very good for UX.

Ideally we want to download those using package managers of our OS.

Examples:

on arch linux:
pacman -S vincenzo

macos
brew install vincenzo

etc

@gabrieldemian gabrieldemian added the good first issue Good for newcomers label Aug 27, 2023
@LetsMelon
Copy link
Contributor

Maybe also so that you can install vincenzo with cargo-binstall?
But for that vincenzomust be released on crates.io.

binstall works by fetching the crate information from crates.io, then searching the linked repository for matching releases and artifacts ...

@gabrieldemian
Copy link
Owner Author

this looks like a good thing to have, I just need to make sure the API of vincenzo is good enough to post on crates.io, I will create an issue for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants