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.
- Download the binary for your OS and architecture.
- Rename it to
readmit(orreadmit.exeon Windows). - Move it to a directory in your system
PATH.