diff --git a/pages/common/zm.md b/pages/common/zm.md new file mode 100644 index 0000000000..896c708fbb --- /dev/null +++ b/pages/common/zm.md @@ -0,0 +1,16 @@ +# zm + +> A tool for managing articles of newspapers and blogs. +> More information: . + +- Make a new draft: + +`zm new` + +- Edit a draft: + +`zm edit` + +- Publish a draft and commit it with git: + +`zm publish`