From 7fc8d1bb6a4a2bc178a99dc1b6f918402c8a3c31 Mon Sep 17 00:00:00 2001 From: Meghan Date: Mon, 16 Nov 2020 17:55:24 -0800 Subject: [PATCH] README- clarify deps.zig section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5daccb9f724cb08017c2fbb847c4db6a363c01f..1653c7a1c27a5b5b067162c865e88c6ea75bc146 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ zigmod fetch - This command takes no parameters and will generate a `deps.zig` in the root of your project. - `deps.zig` should not be checked into your source control. -### `deps.zig` +### Adding `deps.zig` to `build.zig ```diff const Builder = @import("std").build.Builder; +const deps = @import("./deps.zig"); -- 2.54.0