Skip to content

Commit c6b5674

Browse files
committed
chore: add readme
1 parent 510d5bd commit c6b5674

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# bchunk
2+
3+
[![CI][ci-shd]][ci-url]
4+
[![LC][lc-shd]][lc-url]
5+
6+
## Zig build for [bchunk](https://github.com/hessu/bchunk).
7+
8+
9+
### :arrow_down: Dependencies
10+
11+
### :rocket: Usage
12+
13+
```sh
14+
git clone https://github.com/allyourcodebase/bchunk.git
15+
cd bchunk/
16+
zig build
17+
```
18+
19+
<!-- MARKDOWN LINKS -->
20+
21+
[ci-shd]: https://img.shields.io/github/actions/workflow/status/allyourcodebase/bchunk/ci.yaml?branch=main&style=for-the-badge&logo=github&label=CI&labelColor=black
22+
[ci-url]: https://github.com/allyourcodebase/bchunk/blob/main/.github/workflows/ci.yaml
23+
[lc-shd]: https://img.shields.io/github/license/allyourcodebase/bchunk.svg?style=for-the-badge&labelColor=black
24+
[lc-url]: https://github.com/allyourcodebase/bchunk/blob/main/LICENSE

0 commit comments

Comments
 (0)