diff options
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -26,6 +26,36 @@ 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). + +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 |