1 Commits

Author SHA1 Message Date
dde206facd Merge pull request #1 from lukaskwkw/chore/update-readme-build
Add pre build step
2024-03-11 11:18:20 +01:00

View File

@ -14,10 +14,10 @@ This API server enables audio transcription using the OpenAI Whisper models.
Before build make sure that **CGO_ENABLED** env is set to **1** Before build make sure that **CGO_ENABLED** env is set to **1**
``` ```
$env:CGO_ENABLED = "1" set CGO_ENABLED 1
``` ```
you can check this with this command or preferable set it parament. Then check it via
``` ```
go env go env