Skip to content

Commit

Permalink
Remove references to bower in README (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke authored and RobbieTheWagner committed Apr 30, 2018
1 parent e6015b1 commit 2a1459e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OR:

- Clone the repository
- cd into the repo directory
- run `yarn install && bower install`
- run `yarn install`
- run `yarn global add ember-cli`
- run `yarn build` to build the `dist` directory
- Visit `chrome://extensions` in Chrome
Expand All @@ -30,7 +30,7 @@ OR:

- Clone the repository
- cd into the repo directory
- run `yarn install && bower install`
- run `yarn install`
- run `yarn global add ember-cli`
- run `yarn build` to build the `dist` directory
- Visit `about:debugging` in Firefox
Expand All @@ -41,7 +41,7 @@ OR:

- Clone the repository
- cd into the repo directory
- run `yarn install && bower install`
- run `yarn install`
- run `yarn global add ember-cli`
- run `yarn build` to build the `dist` directory
- Visit `chrome://extensions` in Opera
Expand Down Expand Up @@ -69,7 +69,7 @@ javascript: (function() { var s = document.createElement('script'); s.src = 'htt

## Building and Testing:

Run `yarn install && yarn global add ember-cli && yarn global add bower && bower install && grunt-cli` to install the required modules.
Run `yarn install && yarn global add ember-cli && grunt-cli` to install the required modules.

- `yarn build` to build the files in the `dist` directory
- `yarn watch` To watch the files and re-build in `dist` when anything changes (useful during development).
Expand Down

0 comments on commit 2a1459e

Please sign in to comment.