Update rawstr4c location

This commit is contained in:
Aoran Zeng 2025-07-21 10:54:41 +08:00
parent ff82bc632b
commit 777ca5a246
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 10 additions and 8 deletions

View File

@ -102,7 +102,7 @@
<br> <br>
[rawstr4c]: ../tool/rawstr4c/ [rawstr4c]: https://github.com/RubyMetric/rawstr4c
[chsrc-bootstrap]: ../bootstrap/ [chsrc-bootstrap]: ../bootstrap/
[recipe template]: ../src/recipe/recipe-template.c [recipe template]: ../src/recipe/recipe-template.c
[Wiki]: https://github.com/RubyMetric/chsrc/wiki [Wiki]: https://github.com/RubyMetric/chsrc/wiki

View File

@ -148,5 +148,5 @@ clean:
-@{{BIN_rm}} README.md.bak* -@{{BIN_rm}} README.md.bak*
# 使用: just rawstr4c [--debug] Markdown.md # 使用: just rawstr4c [--debug] Markdown.md
rawstr4c *args: # rawstr4c *args:
@{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}} # @{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}

View File

@ -23,10 +23,12 @@
PowerShell 编写的一键安装工具 PowerShell 编写的一键安装工具
3. `rawstr4c` 3. `download-pre-on-GitHub.ps1`
C语言字符串生成工具这是寄宿在 `chsrc` 项目仓库下的一个完整子项目
4. `download-pre-on-GitHub.ps1`
从 GitHub `pre` release 上下载所有附件 从 GitHub `pre` release 上下载所有附件
<br>
## `rawstr4c`
C语言字符串生成工具本身是为了本项目而开发是放在本仓库下的一个完整子项目。但为了维护更方便拆分到新的仓库: <https://github.com/RubyMetric/rawstr4c>