Installation

How to install Readmit on your machine.

Automatic Installation

The easiest way to install Readmit is using the automatic install scripts.

Linux & macOS

curl -sSfL https://raw.githubusercontent.com/treasureuzoma/readmit/main/scripts/install.sh | sh

Windows (PowerShell)

iwr -useb https://raw.githubusercontent.com/treasureuzoma/readmit/main/scripts/install.ps1 | iex

Manual Installation

You can also download the binaries directly from the GitHub Releases page.

  1. Download the binary for your OS and architecture.
  2. Rename it to readmit (or readmit.exe on Windows).
  3. Move it to a directory in your system PATH.