Commit eebc6746 authored by Reimar Stier's avatar Reimar Stier

Chocolatey local source

parent 79ccc768
...@@ -11,8 +11,10 @@ choco.exe install -fdv .\windirstat.nuspec ...@@ -11,8 +11,10 @@ choco.exe install -fdv .\windirstat.nuspec
# Chocolatey documentation # Chocolatey documentation
https://www.chocolatey.org/docs/how-to-setup-offline-installation https://www.chocolatey.org/docs/how-to-setup-offline-installation
https://github.com/chocolatey/choco/wiki/CommandsInstall
https://chocolatey.org/docs/create-packages https://chocolatey.org/docs/create-packages
https://chocolatey.org/docs/commands-sources
https://www.chocolatey.org/docs/how-to-setup-offline-installation
https://github.com/chocolatey/choco/wiki/CommandsInstall
https://chocolatey.org/blog/create-chocolatey-packages https://chocolatey.org/blog/create-chocolatey-packages
https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyPackage https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyPackage
...@@ -20,3 +22,6 @@ https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyInstallPackage ...@@ -20,3 +22,6 @@ https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyInstallPackage
# Using local repository # Using local repository
choco.exe install jdk6 -dv -s /c/projects/devbox/windows/examples/lib choco.exe install jdk6 -dv -s /c/projects/devbox/windows/examples/lib
choco source add -n=local -s=/c/projects/devbox/windows/examples/lib
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