Procedure

Install Rust with rustup

Install the Rust toolchain via rustup (Unix curl script or Windows rustup-init.exe), ensure cargo bin is on PATH, then verify with rustc and cargo version commands.

  1. Install rustup from https://rustup.rs . Unix/macOS/Linux: curl --proto '

    Install rustup from https://rustup.rs . Unix/macOS/Linux: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh — accept the default stable toolchain when prompted. Windows: download and run rustup-init.exe from https://rustup.rs

  2. Restart the terminal (or source the cargo env file printed by the instal

    Restart the terminal (or source the cargo env file printed by the installer, typically ~/.cargo/env) so ~/.cargo/bin is on PATH.

  3. rustc --version && cargo --version

    rustc --version && cargo --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XD86X2AZKGQQMXCME00FV

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.