浏览代码

docs(readme): add installation method for gentoo (#585)

ingenarel (NeoJesus) 9 月之前
父节点
当前提交
112d215684
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -23,6 +23,7 @@ You can download and install a [prebuilt binary here](https://nightly.link/ayn2o
 ### Package managers
 
 - Arch Linux: `yay -S discordo-git`
+- Gentoo (available on the guru repos as a live ebuild): `sudo emerge net-im/discordo`
 - FreeBSD: `pkg install discordo` or via the ports system `make -C /usr/ports/net-im/discordo install clean`.
 - Nix (NixOS, home-manager)
   - Downstream nixpkgs installation: Add `pkgs.discordo` to `environment.systemPackages` or `home.packages`.