qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Updated README, with yarn add instructions #67

Closed xtrasmal closed 7 years ago

xtrasmal commented 7 years ago

Yarn is a package manager that delivers a .lock file. It solves problems that npm currently has, without changing the way you work.

qrohlf commented 7 years ago

Yarn is cool and solves some real problems that npm has, but I don't think it makes sense to recommend it over npm for new users.