From d4a607bf3f7e64cd4e35281e54d55d24b7ec06ae Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:32:56 +0800 Subject: [PATCH] Update docker_install.md --- docs/guide/docker_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/docker_install.md b/docs/guide/docker_install.md index 846897510b..3e793ead65 100644 --- a/docs/guide/docker_install.md +++ b/docs/guide/docker_install.md @@ -5,7 +5,7 @@ outline: deep # 前言 -支持开设 Docker 虚拟化的各系统,含 Linux、Android 系统 +支持开设 Docker 虚拟化的各系统,含 Linux、Android、Windows 系统 ## 环境预设 @@ -45,4 +45,4 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o ```shell curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh -``` \ No newline at end of file +```