Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to bower in README #793

Merged
merged 1 commit into from
Apr 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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