From 4ef0d3b09e7699b9b5387e0a13bf22f8f7c412fb Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Fri, 18 Nov 2022 23:33:45 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a37e3bf2..4a1b51237 100644 --- a/README.md +++ b/README.md @@ -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