From 26eece53eb5fb4ffdde2cd5acb1a90cdc2bbe99c Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 19 Aug 2024 15:37:20 +0800 Subject: [PATCH] Update steps --- doc/Write-A-Recipe-Even-If-You-Dont-Know-C.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Write-A-Recipe-Even-If-You-Dont-Know-C.md b/doc/Write-A-Recipe-Even-If-You-Dont-Know-C.md index 0ba630c..4ba97d8 100644 --- a/doc/Write-A-Recipe-Even-If-You-Dont-Know-C.md +++ b/doc/Write-A-Recipe-Even-If-You-Dont-Know-C.md @@ -56,7 +56,9 @@ 5. 可以使用 `chsrc.h` 中暴露出的任何 `chsrc_` 开头的函数或宏 -6. 构建并运行 `chsrc set ` 测试,若无问题可提交 Pull Request +6. 在 `catalog.c` 中添加用户可以使用的 `target` 别名 + +7. 构建并运行 `chsrc set ` 测试,若无问题可提交 Pull Request 若有任何问题,可在 [GitHub discussions](https://github.com/RubyMetric/chsrc/discussions) 中询问和讨论