Skip to content

Commit ef02bde

Browse files
committed
docs: update install how-to to @main
`@latest` for go install does not always pick up the latest branch changes - `@main` seems to be more robust.
1 parent 2da9165 commit ef02bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It is useful for the following reasons:
3333

3434
To install the binary, download it from the [releases page](https://github.com/aep-dev/aepcli/releases).
3535

36-
Alternatively, you can install it using `go install github.com/aep-dev/aepcli/cmd/aepcli@latest`.
36+
Alternatively, you can install it using `go install github.com/aep-dev/aepcli/cmd/aepcli@main`.
3737

3838
## Usage Guide
3939

docs/userguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To install the binary, download it from the [releases page](https://github.com/aep-dev/aepcli/releases).
66

7-
Alternatively, you can install it using `go install github.com/aep-dev/aepcli/cmd/aepcli@latest`.
7+
Alternatively, you can install it using `go install github.com/aep-dev/aepcli/cmd/aepcli@main`.
88

99
## Getting started
1010

0 commit comments

Comments
 (0)