Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
README: Add install instructions
Slack Coder committed 3 years ago
commit eedf08031d2a7bd9c4ec81b0088c91a7154328f8
parent dec7979644302e978356ce9d65cfcb095e4c48e7
1 file changed +15 -0
modified README.md
@@ -1,3 +1,18 @@
# ❤️🪵

*Radicle Heartwood Protocol & Stack*
+

+
Heartwood is in the early development phase and is not yet ready for use.
+

+
## Installation
+

+
```
+
# Command line tools
+
$ cargo install --locked --path ./radicle-cli
+

+
# The radicle node
+
$ cargo install --locked --path ./radicle-node
+

+
# Git tool to support the 'rad://' remote scheme
+
$ cargo install --locked --path ./radicle-remote-helper
+
```