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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 committed Aug 20, 2023
1 parent b2aa5e4 commit 8677947
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
> 中,您只需耐心等待片刻并在应用内检查更新即可。
Expand All @@ -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

0 comments on commit 8677947

Please sign in to comment.