mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #63] [MERGED] Add "choco install" for Windows #376
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#376
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?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/63
Author: @StefanScherer
Created: 8/16/2018
Status: ✅ Merged
Merged: 8/19/2018
Merged by: @FiloSottile
Base:
master← Head:add-chocolatey📝 Commits (1)
205e485Add choco install for Windows📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
README.md(+7 -1)📄 Description
I love this tool and that it's so easy on macOS to use
brew install mkcert.I've created a Chocolatey package which is pending in review right now, but should be published very soon. ( https://chocolatey.org/packages/mkcert )
So on Windows someone can use
choco install mkcertto install the current version or a specific version.The choco package sources are at https://github.com/StefanScherer/choco-mkcert with a small CI pipeline to test the package in AppVeyor which was green for the 1.1.0 release https://ci.appveyor.com/project/StefanScherer/choco-mkcert/branch/master
If you want to have the choco package maintained in your repo, please let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.