From 90ce6b3e044772099a23dbd38313b4ebc8de6197 Mon Sep 17 00:00:00 2001 From: Cryptoguard Date: Wed, 11 Jan 2023 15:52:46 -0500 Subject: [PATCH] Install documentation minor update --- doc/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/install.md b/doc/install.md index 3066b15..af65259 100644 --- a/doc/install.md +++ b/doc/install.md @@ -39,6 +39,7 @@ Consider adding COINDATA_PATH to the `.env` file in the docker directory file so cd basicswap/docker docker-compose build +Depending on your environment, the `docker-compose` may not work. If that's the case, type `docker compose` instead, without the dash. #### Prepare the datadir: @@ -70,6 +71,9 @@ To instead use Monero public nodes and not run a local Monero daemon
(it can **Record the mnemonic from the output of the above command.** And the output of `echo $CURRENT_XMR_HEIGHT` for use if you need to later restore your wallet. +#### Make COINDATA_PATH permanent: + +Edit the `.env` file in the docker directory and uncomment COINDATA_PATH line by deleting the hashtag. #### Set the timezone (optional):