π₯ Install reqmd
πͺ Windows Installer
Download Windows Installer from latest release:
π v0.2.1/reqmd_cli-x86_64-pc-windows-msvc.msi
π Powershell One Liner
Install pre-built binary for Windows with PowerShell one liner:
powershell -ExecutionPolicy Bypass -c "irm https://github.com/benfalk/req_md/releases/download/v0.2.1/reqmd_cli-installer.ps1 | iex"
π₯οΈ Linux/MacOS One Liner
Install pre-built binaries for Linux and MacOS with shell one liner:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/benfalk/req_md/releases/download/v0.2.1/reqmd_cli-installer.sh | sh
π¦ With cargo install
Downloads latest source code from crates.io and compiles it locally
cargo install reqmd_cli
π¦ With cargo binstall
Install pre-built binaries for popular platforms
cargo binstall reqmd_cli
π¦ From Source
To install from source you will need the rust compiler tool-chain. If you donβt have it installed, you can get it from rustup.rs. You will also need git to fetch the source code. Probably the biggest benefit from installing from source is you can get the latest features and bug fixes without waiting for a release.
1. git clone
git clone https://github.com/benfalk/req_md.git
2. cargo install
cargo install --path=req_md/crates/reqmd_cli
π Pre-Built Binaries
All possible binaries for popular platforms are available for download along with their respective checksums. Source for most of the solutions that are above.