From: MoonFruit Date: Tue, 27 Dec 2022 02:16:23 +0000 (+0800) Subject: chore: add install instruction for Homebrew (#163) X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=b6d555158cbbd975d3ebb1edfb81f405a8d7c8ed;p=ozva-cloud chore: add install instruction for Homebrew (#163) --- diff --git a/README.md b/README.md index f3292f1..0bab07a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ cargo install dufs docker run -v `pwd`:/data -p 5000:5000 --rm -it sigoden/dufs /data -A ``` +### With [Homebrew](https://brew.sh) + +``` +brew install dufs +``` + ### Binaries on macOS, Linux, Windows Download from [Github Releases](https://github.com/sigoden/dufs/releases), unzip and add dufs to your $PATH.