Skip to content

Commit 1938bd9

Browse files
committed
chore: update README
1 parent aa04cd7 commit 1938bd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
go install github.com/hacktivist123/kpeek@latest
2323
```
2424

25-
> [!INFO]
25+
> [!NOTE]
26+
2627
> - The above command does not embed an official release version in the binary. If you run `kpeek update` and your local version is unrecognized, kpeek may always see itself as outdated. You can still successfully update to the latest release, but your local binary won’t display an exact version string.
2728
> - You might need to add `$HOME/go/bin` to Your `$PATH` after installation
2829
@@ -39,7 +40,7 @@ go build -ldflags "-X github.com/hacktivist123/kpeek/cmd.version=v0.7.0" -o kpee
3940
./kpeek --help
4041
```
4142

42-
>[!INFO]
43+
>[!NOTE]
4344
> Replace `v0.7.0` with the appropriate release version. This approach embeds the release version in the binary, which ensures that commands like kpeek update correctly compare the local version with the latest release.
4445
4546
- Run With `go run`

0 commit comments

Comments
 (0)