Today, we learned that folks do NOT need to deploy a full #Radicle node to `git clone` or `git pull` our repos.
Instead, folks can use `git` normally, but use the Radicle web endpoint. For example, to clone the #HardenedBSD src tree, users can:
```
$ git clone https://rad.hardenedbsd.org/z2HLHXgL1xevBNQsf8BmQW7MpJmtm.git HardenedBSD-src
```
The only downside is that users who go this route will not be able to submit issues or patches via the normal Radicle way (since issues are created with `rad issue open`).