templates/README.md.erb in welaika-suspenders-2.26.0 vs templates/README.md.erb in welaika-suspenders-2.27.0

- old
+ new

@@ -5,33 +5,40 @@ After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app: % ./bin/setup -It assumes you have a machine equipped with Ruby, Postgres or MySQL, Node, Qt and ImageMagick. +It assumes you have a machine equipped with Ruby, Postgres or MySQL, Node, Yarn and ImageMagick. To install Ruby, read the [rbenv guide](https://github.com/rbenv/rbenv#installation) or the [rvm guide](https://rvm.io/rvm/install). To install Postgres: $ brew install postgresql - + To install MySQL: - + $ brew tap homebrew/versions $ brew install mysql55 $ brew link --force mysql55 - + To install Node: $ brew install node - -To install Qt: - $ brew install qt5 - $ brew link --force qt5 - +To update Node: + + $ npm install npm@latest -g + +To install Yarn: + + $ brew install yarn + +To install Chromedriver (for integration test): + + $ brew install chromedriver + To install ImageMagick: $ brew install imagemagick After setting up, you can run the application using [Heroku Local]: