From 65fdfef694d1e5cfa3669b8afce149b49c80e47d Mon Sep 17 00:00:00 2001 From: drifty Date: Sat, 1 Nov 2025 10:40:53 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a51240..bd1a7e4 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ A command-line tool to convert `.cbr` (Comic Book RAR) files to `.cbz` (Comic Bo ## Download -Download the latest release for your platform from the [Releases](https://github.com/driftywinds/cbr2cbz/releases) page. I have only personally tested the Windows .exe file, but all the other should work in theory. Supported platforms are Windows, MacOS, Linux (amd64, arm64) +Download the latest release for your platform from the [releases](https://github.com/driftywinds/cbr2cbz/releases) page. I have only personally tested the Windows .exe file, but all the other should work in theory. Supported platforms are Windows, MacOS, Linux (amd64, arm64) ## Quick Start ### Windows -1. Download `cbr2cbz.exe` from [Releases](https://github.com/driftywinds/cbr2cbz/releases) or compile it yourself +1. Download `cbr2cbz.exe` from [releases](https://github.com/driftywinds/cbr2cbz/releases) or compile it yourself 2. Place it in the folder containing your `.cbr` files 3. Double-click `cbr2cbz.exe` or run it from Command Prompt 4. Follow the prompts ### Linux/macOS -1. Download the binary from [Releases](https://github.com/driftywinds/cbr2cbz/releases) or compile it yourself +1. Download the binary from [releases](https://github.com/driftywinds/cbr2cbz/releases) or compile it yourself 2. Make it executable: ```chmod +x cbr2cbz-linux # or cbr2cbz-macos``` 3. Place it in the folder with your `.cbr` files