Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
bestruirui committed Feb 17, 2024
1 parent 581a883 commit c5d2b93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- 只支持文本消息转发,其余消息只会发送通知,不能查看
- 群聊消息只接受`@所有人`消息,可以自己修改代码
## 部署
安装docker
```
curl -sSL https://get.docker.com/ | sh
```
运行容器,修改好环境变量的值
```
docker run -d \
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module bestrui/wechatpush



go 1.21.0

require github.com/joho/godotenv v1.5.1 // indirect
require github.com/joho/godotenv v1.5.1

0 comments on commit c5d2b93

Please sign in to comment.