authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-24 01:36:50 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-24 01:36:50 -07:00
log5626ce5c87e97fa46f6ab028cd03a5836cbc9b8d
tree91ee5871a7d47a35b1f65215455d9f74fe0da007
parent2fd38506b2ff92f511fbb16372f6a62588d86799

docs- add that running zigmod with no commands will print the list of commands


1 files changed, 2 insertions(+), 0 deletions(-)

docs/commands/README.md+2
...@@ -1,6 +1,8 @@...@@ -1,6 +1,8 @@
1## Commands1## Commands
2Listed below is all of the commands available in Zigmod. All are meant to be run in the build root of your project.2Listed below is all of the commands available in Zigmod. All are meant to be run in the build root of your project.
33
4Running `zigmod` with no commands will print this list.
5
4- [`init`](init.md)6- [`init`](init.md)
5- [`fetch`](fetch.md)7- [`fetch`](fetch.md)
6- [`ci`](ci.md)8- [`ci`](ci.md)