Skip to content

Commit

Permalink
en: 完善README
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Mar 27, 2024
1 parent 1f3ae68 commit 693b14e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
```bash
git clone https://github.com/decert-me/backend-go.git
```
## 运行环境

```shell
- Golang >= v1.19 && < v1.21
- Redis
- PostgreSQL
- Docker
```

## 环境配置
1、安装 Docker
脚本一键安装: `sudo curl -sSL https://get.daocloud.io/docker | sh`
Expand Down
2 changes: 1 addition & 1 deletion internal/auth/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auth

授权登录模块
授权登录模块:用户绑定Github、微信、Discord

## 编译

Expand Down
2 changes: 1 addition & 1 deletion internal/job/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Job

定时任务模块
定时任务模块:解析交易

## 编译

Expand Down

0 comments on commit 693b14e

Please sign in to comment.