Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 8677947

Browse files
committed
Update README.md
1 parent b2aa5e4 commit 8677947

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使用Jetpack Compose作为UI框架。
1010

11-
> [Github Action](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml) 会每小时检查最新的 [AList发布](https://github.com/alist-org/alist/releases)
11+
> [Github Action](https://github.com/jing332/AlistAndroid/actions/workflows/sync_alist.yaml)
12+
> 会每小时检查最新的 [AList发布](https://github.com/alist-org/alist/releases)
1213
> 并自动构建APK,发布到 [Release](https://github.com/jing332/AlistAndroid/releases)
1314
> 中,您只需耐心等待片刻并在应用内检查更新即可。
1415
@@ -29,3 +30,16 @@ AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使
2930
---
3031

3132
- [Github Releases (Stable)](https://github.com/jing332/AlistAndroid/releases)
33+
34+
# Build
35+
36+
```shell
37+
cd alist-lib/scripts
38+
chmod +x *.sh
39+
./install_alist.sh
40+
./install_web.sh
41+
./install_gomobile.sh
42+
./install_aar.sh
43+
```
44+
> More: https://github.com/jing332/file/blob/main/android_repo_build.md
45+

0 commit comments

Comments
 (0)