From 867794757dd0e25282ec9476ce86bd682b715658 Mon Sep 17 00:00:00 2001 From: Jing <42014615+jing332@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:18:22 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 105a68d..3f39967 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使用Jetpack Compose作为UI框架。 -> [Github Action](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml) 会每小时检查最新的 [AList发布](https://github.com/alist-org/alist/releases) +> [Github Action](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml) +> 会每小时检查最新的 [AList发布](https://github.com/alist-org/alist/releases) > 并自动构建APK,发布到 [Release](https://github.com/jing332/AlistAndroid/releases) > 中,您只需耐心等待片刻并在应用内检查更新即可。 @@ -29,3 +30,16 @@ AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使 --- - [Github Releases (Stable)](https://github.com/jing332/AlistAndroid/releases) + +# Build + +```shell +cd alist-lib/scripts +chmod +x *.sh +./install_alist.sh +./install_web.sh +./install_gomobile.sh +./install_aar.sh +``` +> More: https://github.com/jing332/file/blob/main/android_repo_build.md +