Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 812 Bytes

installation.markdown

File metadata and controls

18 lines (12 loc) · 812 Bytes

INSTALLATION 📥

From GitHub Releases

You can download a compiled for your platform from this repository's releases page. The platforms Mandy supports are listed below:

  • Apple Macintoshes with an Intel processor.
  • Apple Macintoshes with an M processor.
  • 64-bit Linux hosts.
  • 64-bit Windows hosts.

From Source

To install Mandy from source, you need to first install the Rust toolchain. This is required to get access to the cargo command, the command for Rust's package manager. The cargo command allows you to then install Mandy from this repository's released source archives. To install Mandy, run the following command from a terminal session:

cargo install --git https://github.com/alyxshang/mandy.git --tag v.0.1.0