Skip to content

Commit

Permalink
Make corrections to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
spAnser authored Sep 1, 2017
1 parent 9a0d65b commit 503a5b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions root/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

### In terminal run:

1. `npm install`
1. `cd dist && valet link {%= domain_name %} && cd ..`
1. `brew update && brew install bash` for OSX to upgrade to Bash 4.x
1. `composer update`
1. `npm i`
1. `cd dist && valet link nineenergyservice && cd ..`
1. `composer update` only run if it did not run automatically after `npm i`
1. `grunt`
1. Import DB via [Dev DB Restore](#dev-db-restore)

Expand Down

0 comments on commit 503a5b9

Please sign in to comment.