mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-27 06:34:57 +08:00
add instruction for installation with Homebrew
This commit is contained in:
parent
168a6db008
commit
341929326a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue