Skip to content

Commit

Permalink
docs: add build preview release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed May 7, 2024
1 parent 4283aed commit 46621b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/diy/myself.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

修改完毕并测试可用后,即可通过 `poetry build``make` 工具的 `make build` 打包即可使用。

以上步骤可以简化为,先 `clone` 源码,然后做出改变(若构建 `preview` 包时则不需要变动),最后在虚拟环境中执行 `pip install poetry && poetry build` 即可打包。

## 补充

若你自定义的方法对大多数人都合适的话,可以尝试将此功能添加到本项目,但是在此之前请先发相关的 `ISSUES` 确认可行后再开发和提交对应 `PULL REQUESTS`,以免浪费了你做出的贡献。
若你自定义的方法对大多数人都合适的话,可以尝试将此功能添加到本项目,但是在此之前请先提交相关的 `ISSUES` 确认可行后再开发和提交对应 `PULL REQUESTS`,以免浪费了你做出的贡献。

0 comments on commit 46621b8

Please sign in to comment.