From 85ddcace0a9fc888aa05bc0e8519ecf8b8a63911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Sun, 20 Jul 2025 15:32:18 +0000 Subject: [PATCH] docs: fix installation instructions in README.md Crates have been moved, so make sure the paths are correct. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1fbcff8..daf3eed6 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,15 @@ 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 --root ~/.radicle - cargo install --path radicle-node --force --locked --root ~/.radicle - cargo install --path radicle-remote-helper --force --locked --root ~/.radicle + cargo install --path crates/radicle-cli --force --locked --root ~/.radicle + cargo install --path crates/radicle-node --force --locked --root ~/.radicle + cargo install --path crates/radicle-remote-helper --force --locked --root ~/.radicle Or directly from our seed node: cargo install --force --locked --root ~/.radicle \ --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \ - radicle-cli radicle-node radicle-remote-helper + crates/radicle-cli crates/radicle-node crates/radicle-remote-helper ## Running