JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

Docs: Fix typo on installation with yarn. #46

Closed omar10594 closed 7 years ago

omar10594 commented 7 years ago

To install global dependencies with yarn, you should use the command global first, instead of add (because global is not an option of add).

closes #45

JPeer264 commented 7 years ago

Thanks @omar10594 👍

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c7308c5a1eced9122f52023ec61f045dd36a0bdd on omar10594:fix/TypoInstallationWithYarn into d1a995847ff25f012aabdda94680df819f9e7df0 on JPeer264:master.