From b3bd8b91f115c0edd02f2ae2092f6cc7f58bc9ad Mon Sep 17 00:00:00 2001 From: BT Date: Mon, 27 Apr 2020 01:08:35 +0700 Subject: [PATCH] Update README in umbrel-compose-system Change install paths to "getumbrel" so any changes in this fork reflect properly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a930169..3eba6c7 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Run this from your home directory. This clones this repo into your home director # Ideally you should run this in $HOME as the docker-compose presets are in home # This will not overwrite any other files but you should segment this in its # own account -curl "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh +curl "https://raw.githubusercontent.com/getumbrel/thebox-compose-system/master/install-box.sh" | sh # OR wget (if this works better) -wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/install-box.sh" | sh +wget -qO- "https://raw.githubusercontent.com/getumbrel/thebox-compose-system/master/install-box.sh" | sh ``` ### Configuring @@ -45,7 +45,7 @@ export TESTNET=true # testnet mode not supported as config is completely different # Run this in the $HOME directory -wget -qO- "https://raw.githubusercontent.com/lncm/thebox-compose-system/master/configure-box.sh" | sh +wget -qO- "https://raw.githubusercontent.com/getumbrel/thebox-compose-system/master/configure-box.sh" | sh # or (should be in the $HOME directory after install) ./configure-box.sh ```