authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-15 15:04:35 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-15 15:04:35 -08:00
log9088248938a96929648d9fcddd37746017da3820
tree0b5984e90c7e24b85fe00468c9719ed68b324b7f
parent2c4c64ccac506ac46acfcc7bde57409dceef2a6f

README- remove add command ref


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

README.md-16
...@@ -45,22 +45,6 @@ zigmod init [name] [entry_file]...@@ -45,22 +45,6 @@ zigmod init [name] [entry_file]
45- `[entry_file]` defaults to `src/main.zig`45- `[entry_file]` defaults to `src/main.zig`
46- This command will create a `zig.mod` file in the root of your project. It is in yaml syntax.46- This command will create a `zig.mod` file in the root of your project. It is in yaml syntax.
4747
48<!--
49### `add` command
50```
51zigmod add <type> <path>
52```
53
54- `<type>` is the type of package we're adding.
55- `<path>` is the URL to the package you'd like to include.
56
57#### Available types
58- `system_lib`
59- `git`
60- `hg`
61- `http`
62-->
63
64### `fetch` command48### `fetch` command
65```49```
66zigmod fetch50zigmod fetch