dotnet-installer/Documentation/manpages/tool
2018-03-30 12:13:31 -04:00
..
man-pandoc-filter.py Add readme for tool and make script generic 2018-03-30 12:13:31 -04:00
README.md Add readme for tool and make script generic 2018-03-30 12:13:31 -04:00
update-man-pages.sh Add readme for tool and make script generic 2018-03-30 12:13:31 -04:00

Manpage update tool

Utility to update dotnet-cli documentation from https://github.com/dotnet/docs.

Prerequisites

  • Unix OS
  • python in PATH
  • pandoc installed
  • pandocfilters package installed
  • unzip
  • wget or curl

Usage

./update-man-pages.sh

Ubuntu example (from scratch)

sudo apt install -y pandoc python python-pip wget unzip < /dev/null
sudo pip install pandocfilters

git clone https://github.com/dotnet/cli
./Documentation/manpage/tool/update-man-pages.sh