Skip to content

Commit 777ca5a

Browse files
committed
Update rawstr4c location
1 parent ff82bc6 commit 777ca5a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

doc/02-Write-A-Recipe-Even-If-You-Dont-Know-C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
<br>
104104

105-
[rawstr4c]: ../tool/rawstr4c/
105+
[rawstr4c]: https://github.com/RubyMetric/rawstr4c
106106
[chsrc-bootstrap]: ../bootstrap/
107107
[recipe template]: ../src/recipe/recipe-template.c
108108
[Wiki]: https://github.com/RubyMetric/chsrc/wiki

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ clean:
148148
-@{{BIN_rm}} README.md.bak*
149149

150150
# 使用: just rawstr4c [--debug] Markdown.md
151-
rawstr4c *args:
152-
@{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}
151+
# rawstr4c *args:
152+
# @{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}

tool/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323

2424
PowerShell 编写的一键安装工具
2525

26-
3. `rawstr4c`
26+
3. `download-pre-on-GitHub.ps1`
2727

28-
C语言字符串生成工具,这是寄宿在 `chsrc` 项目仓库下的一个完整子项目
28+
从 GitHub `pre` release 上下载所有附件
2929

30-
4. `download-pre-on-GitHub.ps1`
30+
<br>
3131

32-
从 GitHub `pre` release 上下载所有附件
32+
## `rawstr4c`
33+
34+
C语言字符串生成工具,本身是为了本项目而开发,是放在本仓库下的一个完整子项目。但为了维护更方便,拆分到新的仓库: <https://github.com/RubyMetric/rawstr4c>

0 commit comments

Comments
 (0)