| ... | @@ -45,22 +45,6 @@ zigmod init [name] [entry_file] | ... | @@ -45,22 +45,6 @@ zigmod init [name] [entry_file] |
| 45 | - `[entry_file]` defaults to `src/main.zig` | 45 | - `[entry_file]` defaults to `src/main.zig` |
| 46 | - This command will create a `zig.mod` file in the root of your project. It is in yaml syntax. | 46 | - This command will create a `zig.mod` file in the root of your project. It is in yaml syntax. |
| 47 | | 47 | |
| 48 | <!-- | | |
| 49 | ### `add` command | | |
| 50 | ``` | | |
| 51 | zigmod add <type> <path> | | |
| 52 | ``` | | |
| 53 | | | |
| 54 | - `<type>` is the type of package we're adding. | | |
| 55 | - `<path>` is the URL to the package you'd like to include. | | |
| 56 | | | |
| 57 | #### Available types | | |
| 58 | - `system_lib` | | |
| 59 | - `git` | | |
| 60 | - `hg` | | |
| 61 | - `http` | | |
| 62 | --> | | |
| 63 | | | |
| 64 | ### `fetch` command | 48 | ### `fetch` command |
| 65 | ``` | 49 | ``` |
| 66 | zigmod fetch | 50 | zigmod fetch |