Skip to content

Commit 813058e

Browse files
authored
Correct go install command in README
The previous command installed stern.
1 parent f37ea0f commit 813058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Download a [binary release](https://github.com/hogklint/tailfin/releases)
1919
### Build from source
2020

2121
```
22-
go install github.com/hogklint/tailfin@latest
22+
go install github.com/hogklint/tailfin/cmd/tailfin@latest
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)