This is an automated email from the ASF dual-hosted git repository.
psiace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-ofs.git
The following commit(s) were added to refs/heads/main by this push:
new 1ca68de docs: fix package name for fuse3 on Linux (#7)
1ca68de is described below
commit 1ca68de84bb2e1c746f6a0c130b79029abaa737c
Author: Inoki <[email protected]>
AuthorDate: Mon Nov 24 09:10:33 2025 +0100
docs: fix package name for fuse3 on Linux (#7)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 77bb463..397116f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
```shell
sudo pacman -S fuse3 --noconfirm # archlinux
-sudo apt-get -y install fuse # debian/ubuntu
+sudo apt-get -y install fuse3 # debian/ubuntu
```
### Load `FUSE` kernel module on FreeBSD