From e23f9d5cd7dd4027e8a50764efce5e716df4d464 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 17 May 2018 01:52:56 +0900 Subject: [PATCH] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bad6c9c..07c7780 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ To configure your custom docker-compose, the following environment variables are Then, running [build.sh](build.sh) (or [build.ps1](build.ps1)) will then generate a `docker-compose.generated.yml` in the root folder of this repository. For example, if you want `btc` and `ltc` support with `nginx` and `clightning` inside `Generate/docker-compose.custom.yml`: +Note: The first run might take a while, but next run are instantaneous. + On Windows: ```