From 988f15cc520968bbfc63cb774b55b8c70a9a6183 Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 24 May 2022 13:14:18 +0800 Subject: [PATCH] Readme update --- www/content/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/www/content/README.md b/www/content/README.md index d960ba0..960cba2 100644 --- a/www/content/README.md +++ b/www/content/README.md @@ -110,6 +110,19 @@ https://git.filesite.io/filesite/machete/archive/master.zip docker pull filesite/machete ``` + 启动容器: +``` +docker run --name machete -p 1080:80 -itd filesite/machete +``` + + 在浏览器打开本地网址预览: +``` +http://127.0.0.1:1080 +``` + + 更多使用说明见machete源码README.md。 + + ## 皮肤下载