Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aajkl committed Jun 29, 2024
1 parent c73ca4f commit aadcd03
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ swag init -g cmd/vmihub/main.go -o cmd/vmihub/docs
# 准备s3
用于存储镜像文件

# 项目启动
# 编译

```shell
make
bin/vmihub server --config=config/config.example.toml
```

# 项目启动
```shell
bin/vmihub --config=config/config.example.toml server
```

0 comments on commit aadcd03

Please sign in to comment.