From a7a90bca26f1941da787e2d0ae0629ac10ca96c5 Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Wed, 29 Mar 2023 19:09:04 +0800 Subject: [PATCH] docs: add installation script --- docs/getting-started/README.md | 8 ++++++-- docs/getting-started/README_zh.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index ec656a8..d09e7b0 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -91,9 +91,13 @@ git clone --depth=1 https://github.com/daeuniverse/dae docker compose up -d --build ``` -### Others +### Installation Script -Other users can build dae from scratch. See [Build Guide](build-by-yourself.md) for more help. +See [daeuniverse/dae-installer](https://github.com/daeuniverse/dae-installer) (or [mirror](https://hubmirror.v2raya.org/daeuniverse/dae-installer)). + +### Build from scratch + +See [Build Guide](build-by-yourself.md). ## Minimal Configuration diff --git a/docs/getting-started/README_zh.md b/docs/getting-started/README_zh.md index 21e3b3a..cc42d30 100644 --- a/docs/getting-started/README_zh.md +++ b/docs/getting-started/README_zh.md @@ -87,9 +87,13 @@ git clone --depth=1 https://github.com/daeuniverse/dae docker compose up -d --build ``` -### 其他方式 +### 安装脚本 -其他用户可以手动编译 dae。见 [Build Guide](build-by-yourself.md)。 +见 [daeuniverse/dae-installer](https://github.com/daeuniverse/dae-installer)(或使用 [镜像站](https://hubmirror.v2raya.org/daeuniverse/dae-installer))。 + +### 手动构建 + +见 [Build Guide](build-by-yourself.md)。 ## 最小 dae 配置