Skip to content

Commit

Permalink
docs: add Fedora Copr to installation guide (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored Jan 9, 2025
1 parent dfe5647 commit fb88e07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ emaint sync -r gentoo-zh
emerge -a net-proxy/dae
```

### Fedora

dae has been released on [Fedora Copr](https://copr.fedorainfracloud.org/coprs/zhullyb/v2rayA/package/dae).

```shell
sudo dnf copr enable zhullyb/v2rayA
sudo dnf install dae
```

### Alpine

See [run on alpine](tutorials/run-on-alpine.md).
Expand Down
9 changes: 9 additions & 0 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ emaint sync -r gentoo-zh
emerge -a net-proxy/dae
```

### Fedora

dae 已发布于 [Fedora Copr](https://copr.fedorainfracloud.org/coprs/zhullyb/v2rayA/package/dae)

```shell
sudo dnf copr enable zhullyb/v2rayA
sudo dnf install dae
```

### Alpine

详见 [run on alpine](../en/tutorials/run-on-alpine.md)
Expand Down

0 comments on commit fb88e07

Please sign in to comment.