From 104a1b96d01597fe30f292617f8de1e23fcf4cd1 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Fri, 3 May 2024 12:07:45 +0200 Subject: [PATCH] docs: Specify `--root` for source installation This places the binaries in the common location for Radicle. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d259a8ac..818bd338 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,14 @@ Or visit our [download][https://radicle.xyz/download] page. You can install the Radicle stack from source, by running the following commands from inside this repository: - cargo install --path radicle-cli --force --locked - cargo install --path radicle-node --force --locked - cargo install --path radicle-remote-helper --force --locked + cargo install --path radicle-cli --force --locked --root ~/.radicle + cargo install --path radicle-node --force --locked --root ~/.radicle + cargo install --path radicle-remote-helper --force --locked --root ~/.radicle Or directly from our seed node: - cargo install --force --locked --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \ + cargo install --force --locked --root ~/.radicle \ + --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \ radicle-cli radicle-node radicle-remote-helper ## Running