Skip to content

Commit 812bb36

Browse files
committed
Update README.md
1 parent 65c502b commit 812bb36

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Status: WIP. The majority of the Runtime, Context, and Value methods are exposed. Methods relating to custom classes, callbacks, and system integration are mostly missing.
44

5+
## Installation
6+
7+
Requires Zig `0.15.1`.
8+
9+
```
10+
zig fetch --save=quickjs \
11+
https://github.com/nDimensional/zig-quickjs/archive/{COMMIT}.tar.gz
12+
```
13+
514
## API
615

716
### Primitives

0 commit comments

Comments
 (0)