chore: add install instruction for Homebrew (#163)
parent
628d863d2e
commit
b6d555158c
|
@ -33,6 +33,12 @@ cargo install dufs
|
||||||
docker run -v `pwd`:/data -p 5000:5000 --rm -it sigoden/dufs /data -A
|
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
|
### Binaries on macOS, Linux, Windows
|
||||||
|
|
||||||
Download from [Github Releases](https://github.com/sigoden/dufs/releases), unzip and add dufs to your $PATH.
|
Download from [Github Releases](https://github.com/sigoden/dufs/releases), unzip and add dufs to your $PATH.
|
||||||
|
|
Loading…
Reference in New Issue