Skip to content

Commit

Permalink
Tweaking README adding attribution but removing original copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
javaducky committed Mar 17, 2022
1 parent 3cf8666 commit 9fa342e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The binary will be built and run from the current directory, then cleaned up.

The current working directory must be inside an initialized Go module.

Also note that because of the way xk6 works, vendored dependencies (the vendor directory created by go mod vendor) will not be taken into account when building a binary, and you don't need to commit them to the extension repository.
Also note that because of the way xk6 works, vendored dependencies (the vendor directory created by `go mod vendor`) will not be taken into account when building a binary, and you don't need to commit them to the extension repository.

Syntax:

Expand Down Expand Up @@ -124,7 +124,6 @@ err := builder.Build(context.Background(), "./k6")
Versions can be anything compatible with `go get`.



## Environment variables

Because the subcommands and flags are constrained to benefit rapid extension prototyping, xk6 does read some environment variables to take cues for its behavior and/or configuration when there is no room for flags.
Expand All @@ -137,4 +136,4 @@ Because the subcommands and flags are constrained to benefit rapid extension pro

---

© 2020 Matthew Holt
> This project originally forked from the [xcaddy](https://github.com/caddyserver/xcaddy) project. **Thank you!**

0 comments on commit 9fa342e

Please sign in to comment.