Skip to content

Commit c1028da

Browse files
committed
update instructions and usage
Signed-off-by: Joe Fitzgerald <[email protected]>
1 parent 5024b9c commit c1028da

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ $ go run github.com/maxbrunsfeld/counterfeiter/v6
116116

117117
USAGE
118118
counterfeiter
119-
[-generate] [-o <output-path>] [-p] [--fake-name <fake-name>]
119+
[-generate>] [-o <output-path>] [-p] [--fake-name <fake-name>]
120+
[-header <header-file>]
120121
[<source-path>] <interface> [-]
121122
```
122123

@@ -125,12 +126,13 @@ USAGE
125126
This is unnecessary if you're using the approach described above, but does allow you to invoke `counterfeiter` in your shell _outside_ of a module:
126127

127128
```shell
128-
$ GO111MODULE=off go get -u github.com/maxbrunsfeld/counterfeiter
129-
$ counterfeiter
129+
$ go install github.com/maxbrunsfeld/counterfeiter/v6
130+
$ ~/go/bin/counterfeiter
130131

131132
USAGE
132133
counterfeiter
133-
[-generate] [-o <output-path>] [-p] [--fake-name <fake-name>]
134+
[-generate>] [-o <output-path>] [-p] [--fake-name <fake-name>]
135+
[-header <header-file>]
134136
[<source-path>] <interface> [-]
135137
```
136138

0 commit comments

Comments
 (0)