From 20bb6db9e060fce0e233c603282138a8cd19e331 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com> Date: Mon, 29 Jun 2020 20:00:40 +0200 Subject: [PATCH] docs: avoid fragment overwrite (#326) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcda0c1..d201668 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ Modify the new `opt-save-storage.custom.yml` file to your taste: Then set it up: ```bash -export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage.custom" +export BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-save-storage.custom" . ./btcpay-setup.sh -i ```