updated radicle guide

This commit is contained in:
eutopiacode 2026-05-31 18:41:56 +03:00
parent 590e108dc1
commit 9d596b863b

View file

@ -56,15 +56,15 @@ shows your DID (decentralized identifier) — your unique identity on the radicl
instead of cloning with a github URL, you clone using the repo's RID (repository ID) — a stable identifier that doesn't depend on any server, like a github URL but owned by no one: instead of cloning with a github URL, you clone using the repo's RID (repository ID) — a stable identifier that doesn't depend on any server, like a github URL but owned by no one:
```bash ```bash
rad clone rad:3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi rad clone rad:z3pNdxS2udZaPJjFvAMNA6sxEVvVi
``` ```
this sets up a `rad` remote automatically in that repo directory. you can verify with: this sets up a `rad` remote automatically in that repo directory. you can verify with:
```bash ```bash
git remote -v git remote -v
# rad rad://3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (fetch) # rad rad://z3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (fetch)
# rad rad://3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (push) # rad rad://z3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (push)
``` ```
> 💡 not sure what remotes, branches, or patches are? scroll down to **"how code collaboration works in radicle"** for a plain english explainer. > 💡 not sure what remotes, branches, or patches are? scroll down to **"how code collaboration works in radicle"** for a plain english explainer.