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

Tiny differences on how to install the CLI (github vs website docs)

Open amoweolubusayo opened this issue 2 years ago • 1 comments

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.

amoweolubusayo avatar Sep 19 '22 12:09 amoweolubusayo

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.

erak avatar Sep 27 '22 16:09 erak