mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-12 00:13:45 +02:00
Remove reference to bower in UI README (#5137)
@meirish removed Bower in #4526 but the references to it in the README were still intact.
This commit is contained in:
parent
4eb09bd831
commit
f88c1b37b7
@ -8,7 +8,6 @@ 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/)
|
||||
|
||||
@ -16,7 +15,7 @@ You will need the following things properly installed on your computer.
|
||||
## 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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user