From 1ba6f7a1b40ef3e6096991fb6e76c2a32a63471d Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Mon, 27 Apr 2020 00:44:15 +0530 Subject: [PATCH] correct repo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3eba6c7..1b9dd56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Box Compose System +# Umbrel Compose System ## Abstract @@ -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/getumbrel/thebox-compose-system/master/install-box.sh" | sh +curl "https://raw.githubusercontent.com/getumbrel/umbrel-compose/master/install-box.sh" | sh # OR wget (if this works better) -wget -qO- "https://raw.githubusercontent.com/getumbrel/thebox-compose-system/master/install-box.sh" | sh +wget -qO- "https://raw.githubusercontent.com/getumbrel/umbrel-compose/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/getumbrel/thebox-compose-system/master/configure-box.sh" | sh +wget -qO- "https://raw.githubusercontent.com/getumbrel/umbrel-compose/master/configure-box.sh" | sh # or (should be in the $HOME directory after install) ./configure-box.sh ``` @@ -65,5 +65,5 @@ docker ps -a ## TODO List -Please see the [following tasks](https://github.com/lncm/thebox-compose-system/issues?q=is%3Aissue+is%3Aopen+label%3ATODO) which are on this list. +Please see the [following tasks](https://github.com/getumbrel/umbrel-compose/issues?q=is%3Aissue+is%3Aopen+label%3ATODO) which are on this list.