From 39ac09316c89775ba2a5e083e828b92146114f27 Mon Sep 17 00:00:00 2001 From: Julian Lengelsen Date: Wed, 4 Mar 2020 19:45:30 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b023511..7cc31af 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # vault-to-docker-secret -## Build +## Installation -In order to build the platform binaries run: - -``` -npx pkg -t latest-linux,latest-win,latest-mac . -``` +Download a +[release](https://github.com/Archi-Lab/vault-to-docker-secret/releases) for your +platform and you are ready to go. ## Create secret @@ -23,3 +21,11 @@ Usage instructions: ``` vault-to-docker-secret --help ``` + +## Build + +In order to build the platform binaries run: + +``` +npx pkg -t latest-linux,latest-win,latest-mac . +```