authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 17:55:24 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 17:55:24 -08:00
log7fc8d1bb6a4a2bc178a99dc1b6f918402c8a3c31
tree6929f5fcd8f2e96fc9edf8224c52e2a8672576a2
parentf0d1c3682270863d876610addb707c7105c4cfdf

README- clarify deps.zig section


1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
...@@ -54,7 +54,7 @@ zigmod fetch...@@ -54,7 +54,7 @@ zigmod fetch
54- This command takes no parameters and will generate a `deps.zig` in the root of your project.54- This command takes no parameters and will generate a `deps.zig` in the root of your project.
55- `deps.zig` should not be checked into your source control.55- `deps.zig` should not be checked into your source control.
5656
57### `deps.zig`57### Adding `deps.zig` to `build.zig
58```diff58```diff
59const Builder = @import("std").build.Builder;59const Builder = @import("std").build.Builder;
60+const deps = @import("./deps.zig");60+const deps = @import("./deps.zig");