diff options
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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: |