Skip to content

Commit

Permalink
docs: correct env vars for win
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jul 4, 2024
1 parent 7625481 commit 15e796f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ An alternative is to install to `/tmp` via `pact-go -l DEBUG install --libDir /t

##### Powershell

- `$env:Path += ';$env:TMP'`
- `$env:CGO_LDFLAGS = '-L$env:TMP'`
- `$env:Path += ";$env:TMP"`
- `$env:CGO_LDFLAGS = "-L$env:TMP"`

- Command Prompt
- `set %PATH% = '%PATH%;%TMP%'`
- `set %CGO_LDFLAGS% = '-L%TMP%`
- `set PATH="%PATH%;%TMP%"`
- `set CGO_LDFLAGS="-L%TMP%"`

</details>

Expand Down

0 comments on commit 15e796f

Please sign in to comment.