We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e962a commit 8da3db0Copy full SHA for 8da3db0
.bowerrc
README.md
@@ -9,16 +9,14 @@ You will need the following things properly installed on your computer.
9
10
* [Git](https://git-scm.com/)
11
* [Node.js](https://nodejs.org/) (with NPM)
12
-* [Bower](https://bower.io/)
13
* [Ember CLI](https://ember-cli.com/)
14
* [PhantomJS](http://phantomjs.org/)
15
16
## Installation
17
18
-* `git clone <repository-url>` this repository
+* `git clone https://github.com/rwjblue/heimdalljs-visualizer.git`
19
* `cd heimdalljs-visualizer`
20
-* `npm install`
21
-* `bower install`
+* `yarn install`
22
23
## Running / Development
24
bower.json
0 commit comments