Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
b0cbdeecd6
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 Install deps
sudo npm install -g ember-cli@2.13 $ sudo npm install -g ember-cli@2.13
sudo npm install -g bower $ sudo npm install -g bower
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 $ npm install
bower 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
Build. Build.

Loading…
Cancel
Save