mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #364] How to install pre-built binaries? #239
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @winternet-studio on GitHub (May 24, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/364
How am I suppose to install the pre-built binaries from https://github.com/FiloSottile/mkcert/releases - they have no file extension and no description of how should be used!
(My goal is installing mkcert in a docker dev environment silently - which I couldn't figure out how to do with homebrew - which also took forever to install)
@juanuys commented on GitHub (May 25, 2021):
If your container OS is Linux, copy https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 to e.g.
/usr/local/bin/mkcertinside the container.@winternet-studio commented on GitHub (May 26, 2021):
Ah, thanks. Would be good to mention that in the readme file!