From 7bc205097174ae80d836ef728a61e525a78a2d20 Mon Sep 17 00:00:00 2001
From: Shozikan <142514207+Youwes09@users.noreply.github.com>
Date: Sun, 26 Apr 2026 20:48:59 -0500
Subject: [PATCH] Chore: Update README with Flatpak & Badges
---
README.md | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 6826a64..84bdc8b 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@
-[](https://github.com/Youwes09/Moku/releases/latest)
-[](https://github.com/Youwes09/Moku/releases/latest)
-[](./LICENSE)
-[](https://discord.gg/x97hj8zR72)
+[](https://github.com/moku-app/Moku/releases/latest)
+[](https://github.com/moku-app/Moku/commits/main)
+[](https://github.com/moku-app/Moku)
+[](https://discord.gg/x97hj8zR72)
@@ -57,6 +57,14 @@ Moku is a fast, minimal manga reader frontend for [Suwayomi-Server](https://gith
## Installation
+
+
+
+
+
+
+
+
### Windows
**winget:**
@@ -67,34 +75,37 @@ winget install Moku.Moku
> Thanks to [@frozenKelp](https://github.com/frozenKelp) for setting up and maintaining the winget package through v0.9.0.
-Or download the `.exe` installer from the [releases page](https://github.com/Youwes09/Moku/releases/latest). Suwayomi-Server and a JRE are bundled.
+Or download the `.exe` installer from the [releases page](https://github.com/moku-app/Moku/releases/latest). Suwayomi-Server and a JRE are bundled.
-### Flatpak (Linux, recommended)
+### Linux (Flatpak, recommended)
Suwayomi-Server and a bundled JRE are included — no separate install needed.
```bash
-flatpak install moku.flatpak
-flatpak run dev.moku.app
+flatpak install io.github.moku_app.Moku
```
-Download the latest `moku.flatpak` from the [releases page](https://github.com/Youwes09/Moku/releases/latest).
+Or download the latest `moku.flatpak` from the [releases page](https://github.com/moku-app/Moku/releases/latest) and install manually:
+
+```bash
+flatpak install moku.flatpak
+```
### Nix
```bash
-nix run github:Youwes09/Moku
+nix run github:moku-app/Moku
```
Add to your flake:
```nix
-inputs.moku.url = "github:Youwes09/Moku";
+inputs.moku.url = "github:moku-app/Moku";
```
### macOS
-Download the `.dmg` from the [releases page](https://github.com/Youwes09/Moku/releases/latest).
+Download the `.dmg` from the [releases page](https://github.com/moku-app/Moku/releases/latest).
> **Note:** Builds are ad-hoc signed. On first launch you may need to run:
> ```bash
@@ -116,7 +127,7 @@ You can point Moku at any Suwayomi instance — local or remote — via **Settin
**Prerequisites:** [Rust](https://rustup.rs), [Node.js](https://nodejs.org), [pnpm](https://pnpm.io), and [Tauri v2 prerequisites](https://tauri.app/start/prerequisites/).
```bash
-git clone https://github.com/Youwes09/Moku
+git clone https://github.com/moku-app/Moku
cd Moku
pnpm install
pnpm tauri:dev
@@ -147,7 +158,7 @@ pnpm tauri:dev
Questions, feedback, or just want to hang out — join the Discord.
-[](https://discord.gg/x97hj8zR72)
+[](https://discord.gg/x97hj8zR72)
---