add instruction for installation with Homebrew

This commit is contained in:
itchyny 2020-01-08 22:53:35 +09:00
parent 168a6db008
commit 341929326a

View file

@ -8,6 +8,12 @@ This command opens the editor with the list of file names so edit and write.
The command finds the changed lines and renames all the corresponding files.
## Installation
### Homebrew
```sh
brew install itchyny/tap/mmv
```
### Build from source
```bash
go get github.com/itchyny/mmv/cmd/mmv
```