README: remove `make`

pull/635/head
Mitchell Hashimoto 2023-10-07 14:56:29 -07:00
parent 0aa44e7e9f
commit 92a0c6b447
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 6 deletions

View File

@ -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