mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-21 09:48:01 -04:00
README: add command for building enterprise binary (#7336)
* README: add command for building enterprise binary * README: add warning about built-in license
This commit is contained in:
parent
d1cc107a02
commit
faee84ff01
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -84,6 +84,16 @@ $ bin/vault
|
|||
...
|
||||
```
|
||||
|
||||
To compile a development version of Vault Enterprise, run `make premdev`. Keep in mind this binary will contain a perpetual built-in license and should thus be protected from unauthorized use. Running `make premdev` will
|
||||
put the Vault binary in the `bin` and `$GOPATH/bin` folders:
|
||||
|
||||
```sh
|
||||
$ make premdev
|
||||
...
|
||||
$ 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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue