From 9d596b863be9073b573afc5812469edba4aa3908 Mon Sep 17 00:00:00 2001 From: eutopiacode Date: Sun, 31 May 2026 18:41:56 +0300 Subject: [PATCH] updated radicle guide --- RADICLE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RADICLE.md b/RADICLE.md index 3ba328d..f24c75d 100644 --- a/RADICLE.md +++ b/RADICLE.md @@ -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.