radicle-cli
radicle-cli copied to clipboard
Tiny differences on how to install the CLI (github vs website docs)
Github (Debian/Ubuntu) -- https://github.com/radicle-dev/radicle-cli
🐧 From APT (Debian/Ubuntu) First, download the package signing key:
curl -fsSL https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/radicle-archive-keyring.gpg > /dev/null
Website(Debian/Ubuntu) -- https://radicle.xyz/get-started.html
🐧 From APT (Debian/Ubuntu) First, download the package signing key: curl https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | sudo apt-key add -
Then update your sources list with the radicle repository by creating a registry file: echo deb https://europe-west6-apt.pkg.dev/projects/radicle-services radicle-cli main | sudo tee -a /etc/apt/sources.list.d/radicle-registry.list
It seems the website docs is more updated. Was thinking maybe github is updated too as well so there won't be too much disparity . I can make a PR for that purpose?
This applies for installing using homebrew too, the instructions on github here and website are different.
Thanks for the report! I think we should just remove duplicated instructions from the README. Otherwise we'll more often face differences in the future.
So, I'd propose to keep "install from source" and "install from dockerfile" here and add a link to https://radicle.xyz/get-started.html for the binary instructions.
I'll quickly take care of this and create a PR.