Browse Source

Document git tags

pull/1/head
Emil Bay 6 years ago
parent
commit
c3fd455ae8
  1. 11
      README.md

11
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' 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 ## License
MIT © Luke Childs MIT © Luke Childs

Loading…
Cancel
Save