Skip to content

Commit 928e71f

Browse files
committed
Update README.md
1 parent f51715e commit 928e71f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"cSpell.words": [
33
"Dadido",
44
"GOARCH",
5+
"goreleaser",
56
"goversion",
67
"incpatch",
78
"ldflags",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are multiple ways to use this tool:
1818

1919
- Download the compiled binary, then move and execute it into the directory you want to rename files in.
2020
- Download the compiled binary, and move it to any directory that is in your `path` environment variable. Afterwards you can run `batch-rename` from inside any directory.
21-
- Use `go install github.com/Dadido3/batch-rename`. Afterwards you can run `batch-rename` from inside any directory.
21+
- Use `go install github.com/Dadido3/batch-rename@latest`. Afterwards you can run `batch-rename` from inside any directory.
2222
- Build it yourself from source, see below.
2323

2424
## Building

0 commit comments

Comments
 (0)