| ... | @@ -50,13 +50,13 @@ zigmod add <type> <path> | ... | @@ -50,13 +50,13 @@ zigmod add <type> <path> |
| 50 | | 50 | |
| 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 | --> | | |
| 54 | | 53 | |
| 55 | #### Available types | 54 | #### Available types |
| 56 | - `system_lib` | 55 | - `system_lib` |
| 57 | - `git` | 56 | - `git` |
| 58 | - `hg` | 57 | - `hg` |
| 59 | - `http` | 58 | - `http` |
| | 59 | --> |
| 60 | | 60 | |
| 61 | ### `fetch` command | 61 | ### `fetch` command |
| 62 | ``` | 62 | ``` |