Skip to content

Commit

Permalink
Remove reference to bower in UI README (hashicorp#5137)
Browse files Browse the repository at this point in the history
@meirish removed Bower in hashicorp#4526 but the references to it in the README
were still intact.
  • Loading branch information
joelthompson authored and jefferai committed Aug 19, 2018
1 parent 4eb09bd commit f88c1b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.

* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)


## Running / Development
To get all of the JavaScript dependencies installed, run this in the `ui` directory:

`yarn && bower install`
`yarn `

If you want to run Vault UI and proxy back to a Vault server running
on the default port, 8200, run the following in the `ui` directory:
Expand Down

0 comments on commit f88c1b3

Please sign in to comment.