Update README

This commit is contained in:
kodjomoustapha 2024-03-28 12:24:07 +01:00
parent 845bb67c17
commit 6ab01af5de

View file

@ -16,7 +16,7 @@ Mangayomi is free an open source manga reader and anime streaming cross-platefor
## Features
Features include:
* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package
* [Supports external sources](https://github.com/kodjodevf/mangayomi-extensions), utilizing the capabilities of the [dart_eval](https://pub.dev/packages/dart_eval) package & [flutter_qjs package A small Javascript engine supports ES2020](https://github.com/kodjodevf/flutter_qjs)
* Online reading from a variety of sources
* Watching anime from a variety of sources
* Local reading of downloaded content
@ -82,6 +82,13 @@ flutter run
For detailed instructions on writing Rust and Flutter together,
please refer to Rinf's [documentation](https://rinf-docs.cunarist.com).
# Contributing
Contributions are welcome!
To get started with extension development, see [CONTRIBUTING.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING.md) for create sources in Dart or [CONTRIBUTING-JS.md](https://github.com/kodjodevf/mangayomi-extensions/blob/main/CONTRIBUTING-JS.md) for create sources in JavaScript.
## License