Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Oct 24, 2023
1 parent 1a3c0e8 commit 283c910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/publish_pkg_to_ah-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kpm init helloworld
您可以为 helloworld 包增加一个 README.md 文件保存在包的根目录下,用来展示在 AH 的首页中。
```
echo "## Introduction" >> helloworld/README.md
echo "This is a kcl package named helloworld. >> helloworld/README.md
echo "This is a kcl package named helloworld." >> helloworld/README.md
```

### 4. 提交您的包
Expand All @@ -64,7 +64,7 @@ git add .

使用 `git commit -s` 命令提交您的包, 我们推荐您的 commit message 遵循 “publish package <pkg_name>” 的格式。
```
git commit -mpublish package helloworld -s
git commit -m"publish package helloworld" -s
```

使用 `git push` 命令将您的包提交到您的分支 publish-pkg-<pkg_name> 中
Expand Down

0 comments on commit 283c910

Please sign in to comment.