Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

πŸ“₯ 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.

πŸ”— benfalk/req_md/releases