Commit c3b227b3 authored by Reimar Stier's avatar Reimar Stier

Add notes on creating packages with chocolatey

parent 3147616f
......@@ -2,7 +2,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "peru/windows-10-enterprise-x64-eval"
config.vm.box_version = "20190802.01"
#config.vm.box_version = "20190906.01"
end
# Sophisticated example of using Chocolatey
https://weblog.west-wind.com/posts/2017/Jan/29/Creating-a-portable-and-embedded-Chocolatey-Package
git clone https://github.com/rickstrahl/MarkdownMonster
ls MarkdownMonster/Install/Chocolatey/{markdownmonster.nuspec,tools/chocolateyInstall.ps1}
# Chocolatey documentation
https://www.chocolatey.org/docs/how-to-setup-offline-installation
https://github.com/chocolatey/choco/wiki/CommandsInstall
https://chocolatey.org/docs/create-packages
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment