Skip to content

Commit

Permalink
Add note regarding environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Jones committed Jul 30, 2021
1 parent 694583c commit 12863f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ lichen --config=path/to/lichen.yaml [binary ...]

Run ```lichen --help``` for further information on flags.

Note that the where `lichen` runs the Go executable, the process is created with the same environment as `lichen`
itself - therefore you can set [Go related environment variables](https://pkg.go.dev/cmd/go#hdr-Environment_variables)
(e.g. `GOPRIVATE`) and these will be respected.

## Example

We can run lichen on itself:
Expand Down

0 comments on commit 12863f4

Please sign in to comment.