From 8d157822da5630a8662353d7a4111a267db3fc86 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 30 Oct 2025 20:15:55 +0000 Subject: docs: add rust nightly documentation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add links to Rust nightly documentation for installation prerequisites to help users understand how to install and configure the nightly toolchain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d355f..49c12bc 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ cat ~/.ssh/id_ed25519.pub >> ~/.ssh/authorized_keys ### 4. install the tool to install the tool you have a few options. -+ 1. install using cargo (`cargo install --locked --git https://github.com/diogo464/oar-p2p`) ++ 1. install using cargo ([requires rust nightly](https://rust-lang.github.io/rustup/concepts/channels.html)): `cargo install --locked --git https://github.com/diogo464/oar-p2p` + 2. download and extract the binary from one the release assets [https://github.com/diogo464/oar-p2p/releases/latest](https://github.com/diogo464/oar-p2p/releases/latest) -+ 3. clone and compile from source ++ 3. clone and compile from source ([requires rust nightly](https://rust-lang.github.io/rustup/concepts/channels.html)) just make sure the binary ends up somewhere in your `PATH`. -- cgit