Skip to content

Commit

Permalink
add instruction for installation with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jan 8, 2020
1 parent 168a6db commit 3419293
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3419293

Please sign in to comment.