# ____ _ ____ ___ ____ _ _____
# | _ \ / \ | _ \_ _/ ___| | | ____|
# | |_) | / _ \ | | | | | | | | | _|
# | _ < / ___ \| |_| | | |___| |___| |___
# |_| \_\/_/ \_\____/___\____|_____|_____|
Radicle is a distributed encrypted peer-to-peer decentralized network for code collaboration and publishing. It was designed to be a version control system without the need of large centralized repository hosting hubs, like github. It is sheerly cool shit.
Below we will discuss how you can get your hands on your own copy of this infinite badassery.
If you already have rust installed on your system, you can acquire your own copy by simply opening a terminal and executing the code below.
curl -sSf https://radicle.xyz/install | sh
Your set.
All the files needed to run radicle as a system service are provided in the systemd folder.
Do something
==============