Skip to content

Commit

Permalink
update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Dec 17, 2023
1 parent 7664f4c commit c6a6ee6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
go-version: '1.21'
-
name: Generate
run: go generate ./...
run: go generate .
-
name: Test
run: go test -v ./src
run: go test -v .
-
name: Build
run: |
bash ./src/build.sh
run: bash ./build.sh
-
name: Create Release
id: create_release
Expand Down
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Golang 版的 [OpemBmclAPI](https://github.com/bangbang93/openbmclapi)
- 支持一些小众的~~奇怪~~需求
- ~~更好的压榨节点~~

## FAQ

Q: 没有适合我的平台的程序怎么办?
A: 检查 [Go Platform Values](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63#platform-values), 如果您的系统/架构存在, 那么可以发个 issue

## 安装

### 无依赖直接运行
Expand Down

0 comments on commit c6a6ee6

Please sign in to comment.