Skip to content

📦 Installation

The latest release is available for download on GitHub.

Alternatively, you can build rew from sources:

  • Set up a Rust development environment.
  • Install the latest release using cargo.

    cargo install rew
    
  • Binaries will be installed to .cargo/bin/ in your home directory.

Back to top