mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 01:08:39 +07:00
docs(README.md): add gentoo installation guide (#116)
This commit is contained in:
@ -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).
|
||||
|
@ -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)。
|
||||
|
Reference in New Issue
Block a user