| ... | @@ -47,9 +47,12 @@ zigmod init [name] [entry_file] | ... | @@ -47,9 +47,12 @@ zigmod init [name] [entry_file] |
| 47 | zigmod add <type> <path> | 47 | zigmod add <type> <path> |
| 48 | ``` | 48 | ``` |
| 49 | | 49 | |
| 50 | - `<type>` is the type of package we're adding. Currently `git` is the only valid type. More to come. | 50 | - `<type>` is the type of package we're adding. |
| 51 | - `<path>` is the URL to the package you'd like to include. | 51 | - `<path>` is the URL to the package you'd like to include. |
| 52 | | 52 | |
| | 53 | #### Available `fetch` types |
| | 54 | - `git` |
| | 55 | |
| 53 | ### `fetch` command | 56 | ### `fetch` command |
| 54 | ``` | 57 | ``` |
| 55 | zigmod fetch | 58 | zigmod fetch |