authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:03:26 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:03:26 -08:00
logbca4ce6fed89e3582916efc7560f5bceb350a561
tree4025f4b059780e5a3dbe2f93ef101a93d4b11bb6
parent2431edfc4f3987c4c31909713ccf643d2253b02d

docs- cmd/zpm/add- command will check for zig.mod and not add extra props


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

docs/commands/zpm_add.md-2
......@@ -9,6 +9,4 @@ zigmod zpm add <name>
99For example running `zigmod zpm add apple_pie` will append the following to your `zigmod.yml`:
1010```yml
1111 - src: git https://github.com/Luukdegram/apple_pie
12 name: apple_pie
13 main: src/apple_pie.zig
1412```