From faee84ff0171a08eae4fe8a80753a9e30e8d312d Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Mon, 19 Aug 2019 14:21:05 -0700 Subject: [PATCH] README: add command for building enterprise binary (#7336) * README: add command for building enterprise binary * README: add warning about built-in license --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d23a77cef..7169d05e12 100644 --- a/README.md +++ b/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: