diff --git a/README.md b/README.md index b5d5a82..6361ad5 100644 --- a/README.md +++ b/README.md @@ -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 ```