aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-10-30 20:15:55 +0000
committerdiogo464 <[email protected]>2025-10-30 20:15:55 +0000
commit8d157822da5630a8662353d7a4111a267db3fc86 (patch)
treeb79e838cb22764766e2ac58b5a0b860f0b114de4
parentc298456429259225c5caa6061385e5e7cf9e2be7 (diff)
docs: add rust nightly documentation links
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 <[email protected]>
-rw-r--r--README.md4
1 files 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
19 19
20### 4. install the tool 20### 4. install the tool
21to install the tool you have a few options. 21to install the tool you have a few options.
22+ 1. install using cargo (`cargo install --locked --git https://github.com/diogo464/oar-p2p`) 22+ 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`
23+ 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) 23+ 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)
24+ 3. clone and compile from source 24+ 3. clone and compile from source ([requires rust nightly](https://rust-lang.github.io/rustup/concepts/channels.html))
25 25
26just make sure the binary ends up somewhere in your `PATH`. 26just make sure the binary ends up somewhere in your `PATH`.
27 27