From c3fd455ae8f9f82ff1ff4d361f9cc6f94225e96e Mon Sep 17 00:00:00 2001 From: Emil Bay Date: Tue, 26 Feb 2019 15:22:33 +0100 Subject: [PATCH] Document git tags --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c993c72..7a28269 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ To run an arbitrary command in your project dir: docker run -v ${PWD}:/code lukechilds/ledger-sdk 'make clean' ``` +The following environment variables can be set to customise the build (here +shown with defaults): + +```sh +docker run \ + -e "BOLOS_ENV=/opt/bolos-env" \ # Where to store custom compiler tooling + -e "BOLOS_SDK=/opt/bolos-sdk" \ # Where to store the BOLOS SDK itself + -e "BOLOS_VERSION=nanos-1421" \ # Git tag for BOLOS version + -v ${PWD}:/code lukechilds/ledger-sdk +``` + ## License MIT © Luke Childs