jwerle / rfc

IETF RFC reader tool
17 stars 3 forks source link

fix error when installing mapage #8

Closed leesei closed 8 years ago

leesei commented 8 years ago

npm will install man page, no need to install manually https://docs.npmjs.com/files/package.json#man

npm install https://github.com/leesei/rfc#man-fix -g

Actually we can port the whole Makefile to npm script, what's your opinion?

leesei commented 8 years ago

Fixes #5

jwerle commented 8 years ago

@leesei +1 LGTM

leesei commented 8 years ago

I'll merge the test command to package.json and remove Makefile in another PR.

jwerle commented 8 years ago

@leesei awesome, thanks