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. 6
      README.md

6
README.md

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

Loading…
Cancel
Save