Update the readme with information on how to compile the dev version of vault with UI. (#6045)

This commit is contained in:
Varsha Varadarajan 2019-02-13 06:39:09 -08:00 committed by Chris Hoffman
parent 601d80d2a3
commit 24ce818f24
1 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,16 @@ $ bin/vault
...
```
To compile a development version of Vault with the UI, run `make static-dist dev-ui`. This will
put the Vault binary in the `bin` and `$GOPATH/bin` folders:
```sh
$ make static-dist dev-ui
...
$ bin/vault
...
```
To run tests, type `make test`. Note: this requires Docker to be installed. If
this exits with exit status 0, then everything is working!