Skip to content

Commit 904aaa0

Browse files
authored
docs: プロンプト表示を削除
1 parent d4f7242 commit 904aaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ if err := pkg.Cause(); err != nil {
1919

2020
## Install
2121
```sh
22-
$ go install github.com/Warashi/wrapmsg/cmd/wrapmsg@latest
22+
go install github.com/Warashi/wrapmsg/cmd/wrapmsg@latest
2323
```
2424

2525
## Usage
2626
You can use wrapmsg as vettool.
2727
```sh
28-
$ go vet -vettool=$(which wrapmsg) ./...
28+
go vet -vettool=$(which wrapmsg) ./...
2929
```
3030

3131
You can also build your linter with singlechecker or multichecker.

0 commit comments

Comments
 (0)