From 0a90a4056977c3e2f6fc0b0375b7e00c6bf2d0ee Mon Sep 17 00:00:00 2001 From: Morteza Ghasempour Date: Sat, 27 Mar 2021 12:39:53 +0430 Subject: [PATCH] remove duplicate line from README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index fa9b52a..d2ae12c 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,6 @@ You can also mount on boot by entering the following line to `/etc/fstab`: mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` -or - -``` -mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 -``` - If you use s3fs with a non-Amazon S3 implementation, specify the URL and path-style requests: ```