ga-wdi-boston/ember-study

Add instructions for installing Ember

Closed this issue · 6 comments

ember-cli globally
bower globally
watchman

Remove from ember lesson.

issue opened via @jrhorn424

gaand commented
npm install -g ember-cli
npm install -g bower
brew install watchman

Currently on linux, watchman must be installed from source.

@gaand @jrhorn424 Do we trust the to do this on their own?

It isn't about trust. If we include the full instructions from ga-wdi-boston/ember, due diligence has been done. @gaand ?

gaand commented

Installing should be something they can handle at this point in the cohort.

@gaand Both of the required readings include those steps, I believe this can be closed.

https://guides.emberjs.com/v2.11.0/getting-started/
https://ember-cli.com/user-guide/#getting-started

Thanks @MicFin.