From 653cd77b8d1aa930cb6ced42798ef2cc1e09a438 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Fri, 13 Mar 2020 16:50:03 +0700 Subject: [PATCH] Update documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 858ece1..f61603c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This is a basic framework for orchestration of the box services for running a fu ## How to use Ideally, you should create a user for this and then run it within the root of that user. There are some root privilege needed stuff, however LND doesn't support tor passwords yet so we will need to wait. + ### Step 1 Ensure you have the [latest docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/) installed, python3, and docker-compose (installed from python3 pip). @@ -33,6 +34,9 @@ wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/i ### Configuring ```bash +# If you want to use testnet, otherwise we will use mainnet by default and be #reckless +export TESTNET=true + # Run this in the $HOME directory wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/configure-box.sh" | sh # or (should be in the $HOME directory after install)