Update README.md

This commit is contained in:
Anubhav Mishra
2022-11-18 23:33:45 +05:30
committed by GitHub
parent 8071836a57
commit 4ef0d3b09e

View File

@ -103,6 +103,12 @@ all the necessary dependencies pinned to exact versions.
releases of Zig. You can find binary releases of nightly builds releases of Zig. You can find binary releases of nightly builds
on the [Zig downloads page](https://ziglang.org/download/). on the [Zig downloads page](https://ziglang.org/download/).
Install dependencies by running `make`:
```shell-session
$ make
``
With Zig installed, a binary can be built using `zig build`: With Zig installed, a binary can be built using `zig build`:
```shell-session ```shell-session