Skip to content

Commit 30610f1

Browse files
committed
doc: update README
1 parent 8caa5d4 commit 30610f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ It is useful for testing some tasks which require log data like amazon kinesis l
1010
1111
## Installation
1212

13-
### Using go get
13+
### Using go install
1414

1515
```bash
16-
go get -u github.com/mingrammer/flog
16+
go install github.com/mingrammer/flog
1717
```
1818

19-
It is recommended to also run `dep ensure` to make sure that the dependencies are in the correct versions.
20-
2119
### Using [homebrew](https://brew.sh)
2220

2321
```

0 commit comments

Comments
 (0)