asciinema / asciicast2gif

Generate GIF animations from asciicasts (asciinema recordings)
MIT License
1.2k stars 83 forks source link

Incorrect npm install intruction in README.md #40

Closed CJHackerz closed 6 years ago

CJHackerz commented 6 years ago

npm install asciicast2gif will install as module in present working directory. npm install -g asciicast2gif or npm install --global asciicast2gif will allow to use asciicast2gif as command which can be run from anywhere.

ku1ik commented 6 years ago

Thanks!