diff --git a/README.md b/README.md index 9462536..61d97f8 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ sudo yum install zjunet Download .opk package from [Release Page](https://github.com/QSCTech/zjunet/releases) (onto your router), Run `opkg install ./zjunet__all.opk`. +### Arch Linux (AUR) + +Simply run `yay zjunet` to build the package from AUR and install it. + +Keep in mind that a fresh install without internet connection is almost impossible. +Please complete installation before connecting to the intranet. + ### Other Linux (Build from source code) ```bash diff --git a/README.zh.md b/README.zh.md index 41c423e..8b91015 100644 --- a/README.zh.md +++ b/README.zh.md @@ -73,6 +73,13 @@ sudo yum install zjunet 从 [Releases 页](https://github.com/QSCTech/zjunet/releases) 下载 opk 包到路由器上, 运行 `opkg install ./zjunet_(版本)_all.opk` 。 +### Arch Linux (AUR) + +直接运行 `yay zjunet` 即可下载并安装。 + +请记住,在没有互联网连接的环境中是几乎不可能安装好的。 +请在连接到校内网前,在有互联网连接的环境中先完成安装。 + ### 其他 Linux (源代码安装) ```bash