authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-17 17:00:43 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-17 17:00:43 -08:00
log375ef57cfeec868b7fa10514aa1c308549cb10a3
treee20bc159c1e6860a641a8a59a2470cbe936f2db9
parent92a15240bae3d139a21a30cb808f06ecf02a8b4f

docs/zig.mod- document the new alternative location


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

docs/zig.mod.md+4
...@@ -1,5 +1,9 @@...@@ -1,5 +1,9 @@
1## `zig.mod` Reference1## `zig.mod` Reference
22
3`zig.mod` is the main manifest that Zigmod will read to learn all about your application or package.
4
5`zigmod.yml` is a valid alternative if needed.
6
3### `id`7### `id`
4- Type: `string`8- Type: `string`
5- Required9- Required