Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
91c1285249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

16
README.md

@ -67,14 +67,14 @@ Change <code>ApiUrl: '//example.net/'</code> in <code>www/config/environment.js<
Install deps
sudo npm install -g ember-cli@2.13
npm install -g bower
npm install
bower install
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
ember install ember-truth-helpers
npm install jdenticon@2.1.0
sudo npm install -g ember-cli@2.13
sudo npm install -g bower
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
npm install
bower install
ember install ember-truth-helpers
npm install jdenticon@2.1.0
Build.

Loading…
Cancel
Save