authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-26 11:36:49 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-26 11:36:49 -08:00
log43b20ecf1c3fd2fb5a09d539d7b3f7bdee0e12f8
tree7a9baf5361808581a611c781b8c2147916e2d8b2
parente781674306700e20ecc33f9b6e6a3fbb858e91e2

docs/cmd/fetch- add link to deps.zig reference


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

docs/commands/fetch.md+2
......@@ -6,6 +6,8 @@ zigmod fetch
66- This command takes no parameters and will generate a `deps.zig` in the root of your project.
77- `deps.zig` is not typically checked into your source control.
88
9For a full reference on the fields available in `deps.zig` you can check [here](../deps.zig.md).
10
911### Adding `deps.zig` to your `build.zig`
1012```diff
1113 const std = @import("std");