Skip to content

Commit 7b8c78c

Browse files
committed
Update README
1 parent 6ec2cdd commit 7b8c78c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ This set of bindings only support the `min_pk` variant.
55

66
## Installation
77

8-
First, clone [blst](https://github.com/supranational/blst.git) to root:
8+
Run zig tests:
99

1010
```sh
11-
git clone --recurse-submodules https://github.com/supranational/blst.git
11+
zig build test
1212
```
1313

14-
Run zig tests:
14+
Build zig library:
1515

1616
```sh
17-
zig build test
17+
zig build -Doptimize=ReleaseSafe
1818
```
1919

2020
Install and generate bun bindings:
2121

22-
```console
22+
```sh
2323
cd bun && bun install && bun run build && bun generate
2424
```
2525

0 commit comments

Comments
 (0)