diff --git a/README.md b/README.md index 637ce454..dd7f9f5b 100644 --- a/README.md +++ b/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 +```