diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index affc0cc..3b2b61e 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -90,6 +90,18 @@ sudo systemctl start dae sudo systemctl enable dae ``` +### Gentoo Linux + +dae has been released on [gentoo-zh](https://github.com/microcai/gentoo-zh) + +use `app-eselect/eselect-repository` to enable this overlay: + +```shell +eselect repository enable gentoo-zh +emaint sync -r gentoo-zh +emerge -a net-proxy/dae +``` + ### macOS We provide a hacky way to run dae on your macOS. See [run on macOS](run-on-macos.md). diff --git a/docs/getting-started/README_zh.md b/docs/getting-started/README_zh.md index c755c27..d8fe91a 100644 --- a/docs/getting-started/README_zh.md +++ b/docs/getting-started/README_zh.md @@ -86,6 +86,16 @@ sudo systemctl start dae sudo systemctl enable dae ``` +### Gentoo Linux + +dae 已发布于 [gentoo-zh](https://github.com/microcai/gentoo-zh),可以使用 `app-eselect/eselect-repository` 启用此 overlay: + +```shell +eselect repository enable gentoo-zh +emaint sync -r gentoo-zh +emerge -a net-proxy/dae +``` + ### macOS 我们提供了一种比较 hacky 的方式在 macOS 上运行 dae,见 [run on macOS](run-on-macos.md)。