From c8ca60f9450169aa5cc36018a2aa623727eadf67 Mon Sep 17 00:00:00 2001 From: GuanM <1-GuanM@users.noreply.gitlab.54sxh.cn> Date: Wed, 19 Jun 2024 16:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1fa4446..5ddc0c8 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ Docker官方使用的是CloudFlare的CDN 优选CloudFlare IP后即可实现高 ## 安装本程序 +目前仅在Centos 系统测试过 不过可以确定Linux 系统应该是通用的 Windows 可以用但是没有那么方便 + +```bash +curl -o /usr/local/bin/DockerST https://github.com/sxhoio/DockerST/releases/download/1.0.0/DockerST_amd64_linux && chmod +x /usr/local/bin/DockerST +``` + +然后执行 `DockerST` 即可 +