From 86645885efb078f7a44e3f969c2521c50d72e5dc Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Thu, 11 Aug 2022 17:38:44 -0400 Subject: [PATCH] Added explanation of rst2man usage to create coz.1. --- docs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..0cc6351 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,11 @@ +The file `coz.1` was automatically generated by using `rst2man`: + +``` +rst2man coz.rst coz.1 +``` + +To install `rst2man` on Linux systems, execute the following command: + +``` +sudo apt-get install python-docutils +```