| author | |
| committer | |
| log | b69348876ead12b56f862fcb845263daef13dcc6 |
| tree | 4445128ac69b88f958e63c154676fda25e4de306 |
| parent | 01a1310788b56bb3cfd855fab9ea989d9c36ee3a |
1 files changed, 4 insertions(+), 1 deletions(-)
README.md+4-1| ... | ... | @@ -47,9 +47,12 @@ zigmod init [name] [entry_file] |
| 47 | 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 | 51 | - `<path>` is the URL to the package you'd like to include. |
| 52 | 52 | |
| 53 | #### Available `fetch` types | |
| 54 | - `git` | |
| 55 | ||
| 53 | 56 | ### `fetch` command |
| 54 | 57 | ``` |
| 55 | 58 | zigmod fetch |