From 555410386c4989d62056df06a1da4aab9cbdf980 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 9 Mar 2019 22:24:27 +0900 Subject: [PATCH] Add instructions for Amazon Linux --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5303b5d..cd13c74 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ Some systems provide pre-built packages: sudo yum install s3fs-fuse ``` +* On Amazon Linux through EPEL repositories: + + ``` + sudo amazon-linux-extras install epel + sudo yum install s3fs-fuse + ``` + * On macOS, install via [Homebrew](https://brew.sh/): ```ShellSession