diff --git a/tool/rawstr4c/README.md b/tool/rawstr4c/README.md index 4e7577a..81c6e88 100644 --- a/tool/rawstr4c/README.md +++ b/tool/rawstr4c/README.md @@ -14,8 +14,19 @@ 当你需要写一个复杂的C语言字符串的时候,可使用该工具 +出于方便,我们仅使用 `just` 来调用 + +```bash +cd src/recipe + +# 尽管我们已经在 recipe 目录中了,但是 just 自己会重新切换到项目根目录,所以我们总是给一个相对根目录的路径 +just rawstr4c ./src/recipe/ware +``` +
+ + ## 配置语法 ```markdown diff --git a/tool/rawstr4c/rawstr4c.raku b/tool/rawstr4c/rawstr4c.raku index 4c23458..fc87819 100644 --- a/tool/rawstr4c/rawstr4c.raku +++ b/tool/rawstr4c/rawstr4c.raku @@ -1,5 +1,8 @@ #!/usr/bin/env raku # --------------------------------------------------------------- +# Copyright © 2025-2025 Aoran Zeng +# SPDX-License-Identifier: GPL-3.0-or-later +# --------------------------------------------------------------- # File Name : rawstr4c.raku # File Authors : Aoran Zeng # Contributors : Nul None