docs(README.md): add gentoo installation guide (#116)

This commit is contained in:
ston
2023-06-04 12:32:13 +08:00
committed by GitHub
parent 4501cf4447
commit 861ad464e7
2 changed files with 22 additions and 0 deletions

View File

@ -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).

View File

@ -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)。