Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

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

Open
amoweolubusayo opened this issue Sep 19, 2022 · 1 comment · May be fixed by #266
Open

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

amoweolubusayo opened this issue Sep 19, 2022 · 1 comment · May be fixed by #266

Comments

@amoweolubusayo
Copy link

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.

@erak
Copy link
Contributor

erak commented Sep 27, 2022

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 erak linked a pull request Oct 3, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants