cloudfour / pwastats

A directory of Progressive Web App case studies.
https://www.pwastats.com
MIT License
101 stars 8 forks source link

Add a note about installing Ruby and Node/npm #189

Closed Paul-Hebert closed 4 years ago

Paul-Hebert commented 4 years ago

When following the install instructions I did not have a custom copy of Ruby installed and it took me a little while to figure out the proper way to install the necessary gems. MacOS has a global Ruby install that you should not be modifying. Instead your should use something like rbenv to set up a dev install.

This commit adds a link to an explanation of how to do so. For completeness sake, it also adds instructions for installing npm.

/CC @cloudfour/pwastats