diff options
author | wizdel-super <mic-andersen@live.dk> | 2024-09-08 10:46:13 +0200 |
---|---|---|
committer | wizdel-super <mic-andersen@live.dk> | 2024-09-08 10:46:13 +0200 |
commit | da8556ee189d64a55bdc3255fa3a70a1a4eda757 (patch) | |
tree | d1468ae3a3b86f8a67cb7304e5f4ad915f894db0 | |
parent | 92b47980d260d9309f6fa0939e30584e8017d74d (diff) | |
parent | 3528d56ee5da72ff327cbda44d72d0d81d4dea25 (diff) |
Merge branch 'main' of rad://z3aazGQX558YLccJ4qW2hYD1umiUy
Test af pull command
-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 |