diff options
| author | diogo464 <[email protected]> | 2025-10-30 20:15:55 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-10-30 20:15:55 +0000 |
| commit | 8d157822da5630a8662353d7a4111a267db3fc86 (patch) | |
| tree | b79e838cb22764766e2ac58b5a0b860f0b114de4 | |
| parent | c298456429259225c5caa6061385e5e7cf9e2be7 (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.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -19,9 +19,9 @@ cat ~/.ssh/id_ed25519.pub >> ~/.ssh/authorized_keys | |||
| 19 | 19 | ||
| 20 | ### 4. install the tool | 20 | ### 4. install the tool |
| 21 | to install the tool you have a few options. | 21 | to 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 | ||
| 26 | just make sure the binary ends up somewhere in your `PATH`. | 26 | just make sure the binary ends up somewhere in your `PATH`. |
| 27 | 27 | ||
