mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
Chore: Update README with Flatpak & Badges
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://github.com/Youwes09/Moku/releases/latest)
|
[](https://github.com/moku-app/Moku/releases/latest)
|
||||||
[](https://github.com/Youwes09/Moku/releases/latest)
|
[](https://github.com/moku-app/Moku/commits/main)
|
||||||
[](./LICENSE)
|
[](https://github.com/moku-app/Moku)
|
||||||
[](https://discord.gg/x97hj8zR72)
|
[](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">
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
</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.
|
||||||
|
|
||||||
[](https://discord.gg/x97hj8zR72)
|
[](https://discord.gg/x97hj8zR72)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user