Adding FreeBSD example to README

S3FS has existing on FreeBSD since 2009, and should be reflected here that it is well supported.
This commit is contained in:
Vincent Milum Jr 2021-08-25 10:10:03 -07:00 committed by Andrew Gaul
parent a868c0656e
commit d5d541c7f7
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# s3fs
s3fs allows Linux and macOS to mount an S3 bucket via FUSE.
s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE.
s3fs preserves the native object format for files, allowing use of other
tools like [AWS CLI](https://github.com/aws/aws-cli).
[![s3fs-fuse CI](https://github.com/s3fs-fuse/s3fs-fuse/workflows/s3fs-fuse%20CI/badge.svg)](https://github.com/s3fs-fuse/s3fs-fuse/actions)
@ -75,6 +75,12 @@ Many systems provide pre-built packages:
brew install s3fs
```
* FreeBSD:
```
pkg install fusefs-s3fs
```
Note: Homebrew has deprecated osxfuse and s3fs may not install any more, see
[#1618](https://github.com/s3fs-fuse/s3fs-fuse/issues/1618).