Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion READMEea.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A [stable version] of the Go toolkit must be installed.

The xk6 tool can also be installed using the `go install` command.

go install go.k6.io/xk6/xk6@latest
go install go.k6.io/xk6@latest

This will install the `xk6` binary in `$GOPATH/bin` directory.

Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/help/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A [stable version] of the Go toolkit must be installed.

The xk6 tool can also be installed using the `go install` command.

go install go.k6.io/xk6/xk6@latest
go install go.k6.io/xk6@latest

This will install the `xk6` binary in `$GOPATH/bin` directory.

Expand Down
Loading