-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 cargo-run-bin to readme #1514
Comments
Wow that's a really nice piece of software from @dustinblackman I will create a PR to put it in README |
@dustinblackman is there anything binstall could do to make run-bin's life easier? |
Nope! It does it's job and it does it well. Because you've put effort in to matching both Cargo's inputs and log responses, I have to do very little to make everything work nicely with binstall. |
.arg("--install-path")
.arg(cache_path.join("bin")); I don't think this is necessary since you already specifies the root. |
Another recommendation is to run |
Appreciate the feedback! I'll take a look :) |
- Reorders sections to show Binstall's value upfront - Clarifies and simplifies language - Updates the sample output - Includes cargo-run-bin (#1514) - Places the github actions in more prominence in the Install section - Unifies appellation by consistently using the "Binstall" name except for commands - Changes the arch labels in the install table to reflect common/official usage
- Reorders sections to show Binstall's value upfront - Clarifies and simplifies language - Updates the sample output - Includes cargo-run-bin (#1514) - Places the github actions in more prominence in the Install section - Unifies appellation by consistently using the "Binstall" name except for commands - Changes the arch labels in the install table to reflect common/official usage
https://dustinblackman.com/posts/why-does-everyone-install-crates-globally/
This essentially implements the manifest idea and also leaves binstall to focus on, well, binstalling. Win win! Let's add it to the readme and maybe other docs so we can finally put this idea to bed.
The text was updated successfully, but these errors were encountered: