From 22fb4cd3cdd7fedc2f94c87656916f8c0eb8c716 Mon Sep 17 00:00:00 2001 From: BALLOON | FU-SEN Date: Sun, 4 Sep 2022 12:26:54 +0900 Subject: [PATCH] change webi install command webi has adopted new domains `webi.sh` and `webi.ms` and shortened commands. --- 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.