From 5f8fcbe411ba8871fdb9ee8351e208fa372e0fb4 Mon Sep 17 00:00:00 2001 From: Mohsen Hariri Date: Sun, 19 Oct 2025 09:10:02 -0700 Subject: [PATCH] fix: use brew install instead of brew cask install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a76e85..72911e4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you use OS X I suggest you rely on the [homebrew project](http://mxcl.github. Once you have homebrew installed, simply type the following two commands: -`$ brew cask install osxfuse` +`$ brew install osxfuse` `$ brew install ext4fuse`