This repository was archived by the owner on May 11, 2023. It is now read-only.

Description
The Homebrew code on the Get started with Radicle page potentially needs to be updated with the existing Radicle CLI.
This update will likely reduce confusion until the upcoming Heartwood release is ready for production. Many users will often go to the site first before exploring Radicle's GitHub repositories to search for the correct setup.
Observe
Get started with Radicle
Code
brew tap radicle/cli https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git
brew install radicle-cli
Result
Error when attempting to install with Homebrew in the command line.
Expect
Radicle CLI
Code
brew tap --force-auto-update radicle/cli https://pine.radicle.garden/radicle-cli-homebrew.git
brew install radicle-cli
Result
Installs the Radicle CLI successfully. 🎉