Skip to content

Commit

Permalink
feat(README): 更新使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
kirikoko1213 committed Jan 10, 2025
1 parent 50506b0 commit fe0c234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ export pushdeer.addr=https://abc.com/message/push
export pushdeer.pushkey=你的pushkey
go run main.go
```
go run main.go

### docker
```
docker run --rm -e bduss=你的bduss -e pushkey=你的pushkey -e pushaddr=你的pushdeer地址 kiririx/tieba_sign:latest
docker run --rm -e bduss=你的bduss -e pushdeer.pushkey=你的pushkey -e pushdeer.addr=你的pushdeer地址 kiririx/tieba_sign:latest
```

## 获取BDUSS
Expand Down

0 comments on commit fe0c234

Please sign in to comment.