mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
fix #163
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# venera
|
# venera
|
||||||
|
|
||||||
[](https://flutter.dev/)
|
[](https://flutter.dev/)
|
||||||
[](https://github.com/venera-app/venera/blob/master/LICENSE)
|
[](https://github.com/venera-app/venera/blob/master/LICENSE)
|
||||||
[](https://github.com/venera-app/venera/releases)
|
[](https://github.com/venera-app/venera/releases)
|
||||||
@@ -13,7 +12,6 @@ A comic reader that support reading local and network comics.
|
|||||||
height="75">](https://f-droid.org/packages/com.github.wgh136.venera/)
|
height="75">](https://f-droid.org/packages/com.github.wgh136.venera/)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Read local comics
|
- Read local comics
|
||||||
- Use javascript to create comic sources
|
- Use javascript to create comic sources
|
||||||
- Read comics from network sources
|
- Read comics from network sources
|
||||||
@@ -23,14 +21,12 @@ A comic reader that support reading local and network comics.
|
|||||||
- Login to comment, rate, and other operations if the source supports
|
- Login to comment, rate, and other operations if the source supports
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
2. Install flutter, see [flutter.dev](https://flutter.dev/docs/get-started/install)
|
2. Install flutter, see [flutter.dev](https://flutter.dev/docs/get-started/install)
|
||||||
3. Install rust, see [rustup.rs](https://rustup.rs/)
|
3. Install rust, see [rustup.rs](https://rustup.rs/)
|
||||||
4. Build for your platform: e.g. `flutter build apk`
|
4. Build for your platform: e.g. `flutter build apk`
|
||||||
|
|
||||||
## Create a new comic source
|
## Create a new comic source
|
||||||
|
|
||||||
See [Comic Source](doc/comic_source.md)
|
See [Comic Source](doc/comic_source.md)
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
Reference in New Issue
Block a user