From bc7f8553c3d16f801e19877d9cbd6e8eab4b5371 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 12 Dec 2020 12:27:46 -0700 Subject: [PATCH] docs: Add chocolatey package Closes https://github.com/caddyserver/dist/issues/51 --- src/docs/markdown/download.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/docs/markdown/download.md b/src/docs/markdown/download.md index f8c410c..4f2cdcc 100644 --- a/src/docs/markdown/download.md +++ b/src/docs/markdown/download.md @@ -60,13 +60,11 @@ RHEL/CentOS 7: ## Linux & Raspberry Pi -You can use Webi to automate the processes of downloading the latest release and putting it -in your PATH, without requiring admin permissions. +You can use Webi to automate the processes of downloading the latest release and putting it in your PATH, without requiring admin permissions.
curl -sS https://webinstall.dev/caddy | bash
-If you'd like a simple way to launch Caddy as a system service and bind to privilege ports, -see the Webi [Caddy Cheat Sheet](https://webinstall.dev/caddy). +If you'd like a simple way to launch Caddy as a system service and bind to privilege ports, see the Webi [Caddy Cheat Sheet](https://webinstall.dev/caddy). To allow non-root users to bind to ports 80 and 443, use setcap. @@ -92,8 +90,14 @@ To allow non-root users to bind to ports 80 and 443, use setcap. [**View the Webi installer**](https://github.com/webinstall/webi-installers/tree/master/caddy) -## Windows 10 +## Windows 10 (Powershell)
curl.exe -A MS https://webinstall.dev/caddy | powershell
You may need to adjust the Windows firewall rules to allow non-localhost incoming connections. + +## Windows (Chocolatey) + +
choco install caddy
+ +[**View the Chocolatey package**](https://chocolatey.org/packages/caddy)