| ... | @@ -42,6 +42,7 @@ zigmod init [name] [entry_file] | ... | @@ -42,6 +42,7 @@ zigmod init [name] [entry_file] |
| 42 | - `[entry_file]` defaults to `src/main.zig` | 42 | - `[entry_file]` defaults to `src/main.zig` |
| 43 | - This command will create a `zig.mod` file in the root of your project. It is in yaml syntax. | 43 | - This command will create a `zig.mod` file in the root of your project. It is in yaml syntax. |
| 44 | | 44 | |
| | 45 | <!-- |
| 45 | ### `add` command | 46 | ### `add` command |
| 46 | ``` | 47 | ``` |
| 47 | zigmod add <type> <path> | 48 | zigmod add <type> <path> |
| ... | @@ -49,6 +50,7 @@ zigmod add <type> <path> | ... | @@ -49,6 +50,7 @@ zigmod add <type> <path> |
| 49 | | 50 | |
| 50 | - `<type>` is the type of package we're adding. | 51 | - `<type>` is the type of package we're adding. |
| 51 | - `<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 | --> |
| 52 | | 54 | |
| 53 | #### Available types | 55 | #### Available types |
| 54 | - `git` | 56 | - `git` |