Skip to content

Commit

Permalink
Update installation method for BSD users
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Sep 29, 2023
1 parent 3e7f30e commit 575b97a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,18 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-armv7
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-macos -o chsrc; chmod +x ./chsrc
```

### BSD

*BSD 用户需要按照下述命令编译,编译好即可运行 `./chsrc`
```bash
git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; clang chsrc.c -o chsrc
```

### 没有您的平台?

编译是一件很简单的事,不要担心,只需在命令行复制粘贴这一行运行:
```bash
git clone https://gitee.com/RubyMetric/chsrc.git ; cd chsrc ; make
git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; make

# 运行试试看
./chsrc
Expand Down

0 comments on commit 575b97a

Please sign in to comment.