Skip to content

Commit ef44646

Browse files
authored
🔖 bump version 0.2.1
1 parent 03b93d8 commit ef44646

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,21 @@ _✨ NoneBot2 命令行工具 Docker 插件 ✨_
4545

4646
官方 Linux 快速安装一键脚本:
4747

48-
```shell
48+
```bash
4949
curl -fsSL https://get.docker.com | sudo sh
5050
```
5151

5252
## 安装插件
5353

54-
```shell
54+
```bash
5555
nb self install nb-cli-plugin-docker
5656
```
57+
58+
## 使用插件
59+
60+
```bash
61+
nb docker
62+
# 其他别名
63+
# nb deploy
64+
# nb compose
65+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nb-cli-plugin-docker"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "docker support for nb-cli"
55
authors = ["yanyongyu <yyy@nonebot.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)