README: add note for docker-finance build options

This commit is contained in:
2024-06-27 19:27:36 -07:00
parent d93d2dd17c
commit 20ff0cf745

View File

@@ -289,8 +289,9 @@ Supported blockchains (independent of wallet type):
6. **Build the image and bring up container**:
```bash
docker-finance build && docker-finance up
docker-finance build type=default && docker-finance up
```
> Note: see `docker-finance build help` for build options.
7. **You're inside!** See [How do I use it?](#how-do-i-use-it) for next steps.