From 2bd46fea8c0874414337a588c6acd5b6f7df7751 Mon Sep 17 00:00:00 2001 From: BALLOON | FU-SEN Date: Sun, 4 Sep 2022 14:01:58 +0900 Subject: [PATCH] install: update webi commands (#259) --- src/docs/markdown/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 781c9f6..5335ccf 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -116,11 +116,11 @@ _Note: This is a community-maintained installation method._ Linux and macOS: -
curl -sS https://webinstall.dev/caddy | bash
+
curl -sS https://webi.sh/caddy | sh
Windows: -
curl.exe -A MS https://webinstall.dev/caddy | powershell
+
curl.exe https://webi.ms/caddy | powershell
You may need to adjust the Windows firewall rules to allow non-localhost incoming connections.