From 1c48328347a8813a5c32b8a27115baa73932be09 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 20 Aug 2015 12:04:11 -0400 Subject: [PATCH] Remove Man pages section from README.md Man pages are not longer being produced. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 0e51ec79..1c696def 100644 --- a/README.md +++ b/README.md @@ -49,18 +49,6 @@ You can renegerate the documentation with: $ npm run-script doc ``` -## Manual pages - -UNIX manual pages reside in `man/` - -You can regenerate UNIX `roff` manual pages from markdown with: - -```sh -$ gulp man -``` - -If you add a new `man` page, remember to add the generated filename to the `man` array in `package.json`. - ## Caveats - Some interactive widgets don't work on [Cygwin](https://cygwin.com/). If you're running Windows, it's preferrable that you use `cmd.exe`, as `Cygwin` is [not official supported by Node.js](https://github.com/chjj/blessed/issues/56#issuecomment-42671945).