From 0d2e694da8e60d70f19d387fb5fff5c747097426 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Mon, 8 Apr 2024 07:55:06 +0300 Subject: [PATCH] README.md: Installation: add Gentoo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e54ac1..6953e6e 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ $ chmod +x conty.sh Chmod only need to be executed once (per file). You can now [start using Conty](#usage). +On Gentoo you can emerge [games-emulation/conty](https://github.com/gentoo/guru/tree/master/games-emulation/conty) + ### Requirements The only requirements are `fuse3` (or `fuse2`) and `coreutils`. And your `/tmp` directory should allow files execution (which it does by default on most distros).