radicle-cli icon indicating copy to clipboard operation
radicle-cli copied to clipboard

Install via `cargo` doesn't seem to work (anymore?)

Open mrusme opened this issue 3 years ago • 1 comments

I came across this while reporting an issue with cargo-update. It seems the documented way of installing radicle-cli via cargo install radicle-cli --force --locked --git https://seed.alt-clients.radicle.xyz/radicle-cli.git doesn't work anymore due to an issue with the git repo. Check the linked issue for more info.

mrusme avatar Jan 14 '23 22:01 mrusme

Hey @mrusme, yeah due to a move to the new iteration of Radicle, which you can find https://github.com/radicle-dev/heartwood (note that it's very much in the alpha stages). The URL https://seed.alt-clients.radicle.xyz/radicle-cli.git does not longer exist, so you need to compile the binary from this repo if you want to compile a specific version

sebastinez avatar Feb 22 '23 18:02 sebastinez