From 852848e1fc7f24864f9339419dc0523960df45ed Mon Sep 17 00:00:00 2001 From: fengxxc Date: Mon, 26 Feb 2024 13:01:55 +0800 Subject: [PATCH] docs: README add linux tips --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d027d9..cca8ed5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ markdown和图片文件将保存在 `D:\wechatmp_bak\2022年度总结\` 下 > "*" -> "⁎" > ``` +> 在linux环境下,使用CLI模式,需要为程序赋予可执行与写权限,例如:` chmod +xw wechatmp2markdown-v1.1.6_linux_amd64` + ### web server 模式 通过web服务使用 @@ -53,6 +55,8 @@ markdown和图片文件将保存在 `D:\wechatmp_bak\2022年度总结\` 下 浏览器访问:`localhost:8080?url=https://mp.weixin.qq.com/s/a=1&b=2&image=save`, 将返回一个zip文件 +> 在linux环境下,使用web server模式,需要为程序赋予可执行权限,例如:` chmod +x wechatmp2markdown-v1.1.6_linux_amd64` + ## 开发 go 1.20 ### 编译