From 8e5de0fbda6c833879f92ab9d8b25fc0e5c806e5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 8 Sep 2024 10:21:42 +0200 Subject: add radicle project cloning --- SETUP.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index d800886..e9d5c76 100644 --- a/SETUP.md +++ b/SETUP.md @@ -26,6 +26,21 @@ and install it with `sudo dpkg -i radicle_*.deb`. Alternatively manually install the contents of the tarball from [their website](https://radicle.xyz/download). +When Radicle is installed (regardless of method), +initialize your local identity: + +``` +rad auth +``` + +You might also want to familiarize yourself with radicle +through the guide at [their website](https://radicle.xyz/guides/user). + +Finally, clone this project using Radicle: + +``` +rad clone rad:z3aazGQX558YLccJ4qW2hYD1umiUy +``` ### hedgedoc-cli -- cgit v1.2.3 From 3528d56ee5da72ff327cbda44d72d0d81d4dea25 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 8 Sep 2024 10:43:23 +0200 Subject: add radicle access granting --- SETUP.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index e9d5c76..15cc20b 100644 --- a/SETUP.md +++ b/SETUP.md @@ -36,12 +36,27 @@ rad auth You might also want to familiarize yourself with radicle through the guide at [their website](https://radicle.xyz/guides/user). -Finally, clone this project using Radicle: +When Radicle is installed, +clone this project via the Radicle peer-to-peer network: ``` rad clone rad:z3aazGQX558YLccJ4qW2hYD1umiUy ``` +If you need write access to this project, +share your Radicle identity with existing project members. +You can get your identity like this: + +``` +rad self --did +``` + +Existing project members (not you, yet) can then grant you access: + +``` +rad id update --allow did:key:... +``` + ### hedgedoc-cli Clone the code project hedgedoc-cli: -- cgit v1.2.3