| author | |
| committer | |
| log | 43b20ecf1c3fd2fb5a09d539d7b3f7bdee0e12f8 |
| tree | 7a9baf5361808581a611c781b8c2147916e2d8b2 |
| parent | e781674306700e20ecc33f9b6e6a3fbb858e91e2 |
1 files changed, 2 insertions(+), 0 deletions(-)
docs/commands/fetch.md+2| ... | ... | @@ -6,6 +6,8 @@ zigmod fetch |
| 6 | 6 | - This command takes no parameters and will generate a `deps.zig` in the root of your project. |
| 7 | 7 | - `deps.zig` is not typically checked into your source control. |
| 8 | 8 | |
| 9 | For a full reference on the fields available in `deps.zig` you can check [here](../deps.zig.md). | |
| 10 | ||
| 9 | 11 | ### Adding `deps.zig` to your `build.zig` |
| 10 | 12 | ```diff |
| 11 | 13 | const std = @import("std"); |