| author | |
| committer | |
| log | 2d33d8f91be881b3f8ab9b8eab242c2451f1b3df |
| tree | 211ac315f4a6b01c268570a10650d44a7c73df36 |
| parent | 8dd11fb82ad5f8befd8a6dd91f2aa9321a18d956 |
1 files changed, 1 insertions(+), 1 deletions(-)
README.md+1-1| ... | ... | @@ -50,13 +50,13 @@ zigmod add <type> <path> |
| 50 | 50 | |
| 51 | 51 | - `<type>` is the type of package we're adding. |
| 52 | 52 | - `<path>` is the URL to the package you'd like to include. |
| 53 | --> | |
| 54 | 53 | |
| 55 | 54 | #### Available types |
| 56 | 55 | - `system_lib` |
| 57 | 56 | - `git` |
| 58 | 57 | - `hg` |
| 59 | 58 | - `http` |
| 59 | --> | |
| 60 | 60 | |
| 61 | 61 | ### `fetch` command |
| 62 | 62 | ``` |