authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-17 23:15:29 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-17 23:15:29 -08:00
logb69348876ead12b56f862fcb845263daef13dcc6
tree4445128ac69b88f958e63c154676fda25e4de306
parent01a1310788b56bb3cfd855fab9ea989d9c36ee3a

README- reorder add command section


1 files changed, 4 insertions(+), 1 deletions(-)

README.md+4-1
......@@ -47,9 +47,12 @@ zigmod init [name] [entry_file]
4747zigmod add <type> <path>
4848```
4949
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.
5151- `<path>` is the URL to the package you'd like to include.
5252
53#### Available `fetch` types
54- `git`
55
5356### `fetch` command
5457```
5558zigmod fetch