From 92a0c6b4476cea69106853238852bfdbcf151049 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 7 Oct 2023 14:56:29 -0700 Subject: [PATCH] README: remove `make` --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index e5d379c98..4eaa1aac2 100644 --- a/README.md +++ b/README.md @@ -282,12 +282,6 @@ closer to generally releasing this to ease downstream packagers. During development, I'm sticking to nightly 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