updated radicle guide

This commit is contained in:
pthfndr 2026-05-31 18:41:56 +03:00
parent 34d60fdb1d
commit 9b4b85e188

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:
```bash
rad clone rad:3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi
rad clone rad:z3pNdxS2udZaPJjFvAMNA6sxEVvVi
```
this sets up a `rad` remote automatically in that repo directory. you can verify with:
```bash
git remote -v
# rad rad://3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (fetch)
# rad rad://3Az3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (push)
# rad rad://z3pNdxS2udZaPJjFvAMNA6sxEVvVi/... (fetch)
# 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.