dfrankland / pokemonsay

👾 Pokemon version of cowsay with CLI and API.
https://www.npmjs.com/package/pokemonsay
MIT License
404 stars 17 forks source link

Please document how to install it? #39

Open Naereen opened 3 years ago

Naereen commented 3 years ago

Hi, This project looks great! I loved the original pokemon say. I've seen that your project is apparently a npm package, but could you please add a short description in the README to explain how to install it? For newcomers and people unfamiliar with npm, it's hard to understand it! Thanks!

dfrankland commented 3 years ago

I plan to move this project over to Rust, so I'll update it then for how to install. For now, I'll document it here:

Download / install Node.js & npm here: https://nodejs.org/en/

Install the package:

npm install --global pokemonsay
Naereen commented 3 years ago

Hi, thanks for your replies. I know how to do so, i was just suggesting to document it in the README.

Naereen commented 3 years ago

I can ping you again @dfrankland, to point out that I was suggesting to change the README.md file of the project, to explain this installation step.

dfrankland commented 3 years ago

I am open to any PRs