diff options
Diffstat (limited to 'pandoc-cli/README.md')
| -rw-r--r-- | pandoc-cli/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pandoc-cli/README.md b/pandoc-cli/README.md new file mode 100644 index 000000000..9589fce45 --- /dev/null +++ b/pandoc-cli/README.md @@ -0,0 +1,12 @@ +# pandoc-cli + +This package provides the command-line document-conversion program `pandoc`. +There is not much to this package; all of the work is done by +the libraries `pandoc` and `pandoc-server`. + +## License + +© 2006-2022 John MacFarlane ([email protected]). Released under the +[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"), +version 2 or greater. This software carries no warranty of any kind. +(See COPYRIGHT for full copyright and warranty notices.) |
