From cc4a307415161d977f9681794721ebd9e4bb3994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Mon, 4 Nov 2019 17:08:57 +0100 Subject: [PATCH] Add Gentoo install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1a1fd3d..d8a0025 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ Many systems provide pre-built packages: sudo yum install s3fs-fuse ``` +* Gentoo: + + ``` + sudo emerge net-fs/s3fs + ``` + * RHEL and CentOS 7 or newer through via EPEL: ```