Chore: Update README with Flatpak & Badges

This commit is contained in:
Shozikan
2026-04-26 20:48:59 -05:00
committed by GitHub
parent d26f0b85e3
commit 7bc2050971
+25 -14
View File
@@ -4,10 +4,10 @@
<div align="center"> <div align="center">
[![release](https://img.shields.io/github/v/release/Youwes09/Moku?style=flat&color=a8c4a8&labelColor=151515)](https://github.com/Youwes09/Moku/releases/latest) [![Release](https://www.shieldcn.dev/github/release/moku-app/Moku.svg?variant=secondary&size=default)](https://github.com/moku-app/Moku/releases/latest)
[![downloads](https://img.shields.io/github/downloads/Youwes09/Moku/total?style=flat&color=a8c4a8&labelColor=151515)](https://github.com/Youwes09/Moku/releases/latest) [![Last Commit](https://www.shieldcn.dev/github/last-commit/moku-app/Moku.svg?variant=secondary&size=default)](https://github.com/moku-app/Moku/commits/main)
[![license](https://img.shields.io/github/license/Youwes09/Moku?style=flat&color=a8c4a8&labelColor=151515)](./LICENSE) [![Stars](https://www.shieldcn.dev/github/stars/moku-app/Moku.svg?variant=secondary&size=default)](https://github.com/moku-app/Moku)
[![discord](https://img.shields.io/discord/1485151759511978077?style=flat&color=a8c4a8&labelColor=151515&label=discord)](https://discord.gg/x97hj8zR72) [![Discord](https://www.shieldcn.dev/discord/members/x97hj8zR72.svg?variant=secondary&size=default)](https://discord.gg/x97hj8zR72)
</div> </div>
@@ -57,6 +57,14 @@ Moku is a fast, minimal manga reader frontend for [Suwayomi-Server](https://gith
## Installation ## Installation
<div align="center">
![Runs on Windows](https://www.shieldcn.dev/badge/Runs%20on-Windows-0078D4.svg?logo=windows&logoColor=fff)
![Runs on Linux](https://www.shieldcn.dev/badge/Runs%20on-Linux-FCC624.svg?logo=linux&logoColor=000)
![Runs on MacOS](https://www.shieldcn.dev/badge/Runs%20on-MacOS-000000.svg?mode=light&logo=apple&logoColor=fff)
</div>
### Windows ### Windows
**winget:** **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. > 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. Suwayomi-Server and a bundled JRE are included — no separate install needed.
```bash ```bash
flatpak install moku.flatpak flatpak install io.github.moku_app.Moku
flatpak run dev.moku.app
``` ```
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 ### Nix
```bash ```bash
nix run github:Youwes09/Moku nix run github:moku-app/Moku
``` ```
Add to your flake: Add to your flake:
```nix ```nix
inputs.moku.url = "github:Youwes09/Moku"; inputs.moku.url = "github:moku-app/Moku";
``` ```
### macOS ### 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: > **Note:** Builds are ad-hoc signed. On first launch you may need to run:
> ```bash > ```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/). **Prerequisites:** [Rust](https://rustup.rs), [Node.js](https://nodejs.org), [pnpm](https://pnpm.io), and [Tauri v2 prerequisites](https://tauri.app/start/prerequisites/).
```bash ```bash
git clone https://github.com/Youwes09/Moku git clone https://github.com/moku-app/Moku
cd Moku cd Moku
pnpm install pnpm install
pnpm tauri:dev pnpm tauri:dev
@@ -147,7 +158,7 @@ pnpm tauri:dev
Questions, feedback, or just want to hang out — join the Discord. Questions, feedback, or just want to hang out — join the Discord.
[![Discord](https://img.shields.io/discord/1485151759511978077?style=for-the-badge&color=a8c4a8&labelColor=151515&label=Join+the+Discord)](https://discord.gg/x97hj8zR72) [![Discord](https://www.shieldcn.dev/discord/members/x97hj8zR72.svg?variant=secondary&size=large)](https://discord.gg/x97hj8zR72)
--- ---