diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-09-08 10:21:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-09-08 10:21:42 +0200 |
commit | 8e5de0fbda6c833879f92ab9d8b25fc0e5c806e5 (patch) | |
tree | 26b402a76e078e0f4f4c46fb3471ecbc2d797d20 /SETUP.md | |
parent | 6b8004ed094a81ddfdee995b73c6e555aab02bd0 (diff) |
add radicle project cloning
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |