From ca485c59d2700b52a6eb57f9718b708761331915 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 8 Dec 2024 00:00:21 +0800 Subject: [PATCH] Update README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91cac9d..f0e40cb 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@
Windows -
+
- 可通过 `scoop` 安装,感谢 [@Gn3po4g] 与 [@niheaven] @@ -134,6 +134,8 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
Linux +
+ - 支持 `AUR`,可通过 `yay` 安装,感谢 [@Jerry-Terrasse] ```bash @@ -186,6 +188,8 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-armv7-lin
macOS +
+ - 可通过 `homebrew` 安装,感谢 [@Aaron-212] 与 [@chenrui333] ```bash @@ -228,6 +232,8 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-macos
BSD +
+ ```bash $ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc $ clang -Iinclude src/chsrc-main.c -o chsrc @@ -237,6 +243,8 @@ $ clang -Iinclude src/chsrc-main.c -o chsrc
其他平台 +
+ ```bash $ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; make ``` @@ -462,7 +470,6 @@ make clean [@Jerry-Terrasse]: https://github.com/Jerry-Terrasse [@ccmywish]: https://github.com/ccmywish [@Efterklang]: https://github.com/Efterklang - -[@xuan]: https://github.com/1328032567 +[@wickdynex]: https://github.com/wickdynex [issue#98 on GitHub]: https://github.com/RubyMetric/chsrc/issues/98