Suggest a quicker and easier installation method #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is particularly useful to keep CI pipelines fast and concise.
@badboy This seems like an easy to review PR after your holidays.
Appreciate the work and I will add that install method, but I'm quickly wipping up the commit myself now.
@ -30,0 +32,4 @@The simplest and quickest way to install is by [Cargo `binstall`](https://github.com/cargo-bins/cargo-binstall).This installs the right binaries released here on GitHub (which you could also download manually).Indeed they are and we should call that out!
@ -30,0 +35,4 @@```yes | cargo binstall mdbook-mermaidINFO resolve: Resolving package: 'mdbook-mermaid'We shouldn't encourage just accepting this as is (plus, IMO it would be better to pass
--no-confirmin this case to better express intent).@ -30,0 +43,4 @@? INFO Installing binaries...INFO Done in 1.248059328s```No need for the full output, the command is enough.
Pull request closed