Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytaxii committed Jan 11, 2025
1 parent 832a87c commit 2ec2c9c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ EOF
## 使用

```bash
$ faust --image ./test/Go-Logo_Fuchsia.jpg upload
INFO[2020-01-01T09:10:00+08:00] image url: [https://pic.crazytaxii.com/24-04-19/51577654.png]
```
1. 上传图片

```bash
$ faust --image ./test/Go-Logo_Fuchsia.jpg upload
```

1. 上传证书(私钥 + 证书链)

```bash
$ faust --key /path/to/private_key --cert /path/to/full_chan_certificates upload
```

0 comments on commit 2ec2c9c

Please sign in to comment.