From cfcc9c899d6c6d12fc614d04d6535c60a6487c8a Mon Sep 17 00:00:00 2001 From: Joel Thompson Date: Sat, 18 Aug 2018 16:03:57 -0400 Subject: [PATCH] Remove reference to bower in UI README @meirish removed Bower in #4526 but the references to it in the README were still intact. --- ui/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/README.md b/ui/README.md index 8ea151e5bb43..36e562dd1ad4 100644 --- a/ui/README.md +++ b/ui/README.md @@ -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: