update info

This commit is contained in:
2024-11-05 17:03:19 +08:00
parent a6608b6fa2
commit 96c75300d0
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,13 @@ A comic reader that support reading local and network comics.
- View comments, tags, and other information of comics if the source supports
- Login to comment, rate, and other operations if the source supports
## Build from source
1. Clone the repository
2. Install flutter, see [flutter.dev](https://flutter.dev/docs/get-started/install)
3. Install rust, see [rustup.rs](https://rustup.rs/)
4. Build for your platform: e.g. `flutter build apk`
## Create a new comic source
See [venera-configs](https://github.com/venera-app/venera-configs)