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。 + + ## 皮肤下载