authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-01-07 12:56:12 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-01-07 12:56:12 -08:00
log2d33d8f91be881b3f8ab9b8eab242c2451f1b3df
tree211ac315f4a6b01c268570a10650d44a7c73df36
parent8dd11fb82ad5f8befd8a6dd91f2aa9321a18d956

README- available types section was part off add command


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

README.md+1-1
...@@ -50,13 +50,13 @@ zigmod add <type> <path>...@@ -50,13 +50,13 @@ zigmod add <type> <path>
5050
51- `<type>` is the type of package we're adding.51- `<type>` is the type of package we're adding.
52- `<path>` is the URL to the package you'd like to include.52- `<path>` is the URL to the package you'd like to include.
53-->
5453
55#### Available types54#### Available types
56- `system_lib`55- `system_lib`
57- `git`56- `git`
58- `hg`57- `hg`
59- `http`58- `http`
59-->
6060
61### `fetch` command61### `fetch` command
62```62```