Merge pull request #46 from mitchellh/anubhavmishra/readme-update

Update README.md
This commit is contained in:
Mitchell Hashimoto
2022-11-18 10:06:35 -08:00
committed by GitHub

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
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`:
```shell-session