From 43b20ecf1c3fd2fb5a09d539d7b3f7bdee0e12f8 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 26 Feb 2021 11:36:49 -0800 Subject: [PATCH] docs/cmd/fetch- add link to deps.zig reference --- docs/commands/fetch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/commands/fetch.md b/docs/commands/fetch.md index eff2676a64341b6cabf4260d8fe490fd774d111f..182810a21a58fe3aa565ee0c202ceef8e126648a 100644 --- a/docs/commands/fetch.md +++ b/docs/commands/fetch.md @@ -6,6 +6,8 @@ zigmod fetch - This command takes no parameters and will generate a `deps.zig` in the root of your project. - `deps.zig` is not typically checked into your source control. +For a full reference on the fields available in `deps.zig` you can check [here](../deps.zig.md). + ### Adding `deps.zig` to your `build.zig` ```diff const std = @import("std"); -- 2.54.0