remove -u flag from installation instruction

This commit is contained in:
itchyny 2020-01-08 21:36:25 +09:00
parent 69e86775b6
commit 0d04839f74

View file

@ -9,7 +9,7 @@ The command finds the changed lines and renames all the corresponding files.
## Installation
```bash
go get -u github.com/itchyny/mmv/cmd/mmv
go get github.com/itchyny/mmv/cmd/mmv
```
## Features