diff --git a/autostart_hummingbot_compose/README.md b/autostart_hummingbot_compose/README.md index 3087f01..c1a5e6b 100644 --- a/autostart_hummingbot_compose/README.md +++ b/autostart_hummingbot_compose/README.md @@ -43,12 +43,15 @@ Usage: docker compose [OPTIONS] COMMAND ### 1. Launch network -Clone this repo to your machine: +Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git +cd deploy-examples ``` -Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. +Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. + +This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. From the root folder, run the following command to pull the image and start the instance: ``` diff --git a/hummingbot_gateway_broker_compose/README.md b/hummingbot_gateway_broker_compose/README.md index 499b5b1..1e8758f 100644 --- a/hummingbot_gateway_broker_compose/README.md +++ b/hummingbot_gateway_broker_compose/README.md @@ -52,10 +52,17 @@ Usage: docker compose [OPTIONS] COMMAND ### 1. Launch network -Clone this repo or copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. +Clone this repo to your machine and go to the folder: +``` +git clone https://github.com/hummingbot/deploy-examples.git +cd deploy-examples +``` +Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. -From the root folder, run the following command to pull the images and start the instance: +This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. + +From the root folder, run the following command to pull the image and start the instance: ``` docker compose up -d ``` diff --git a/hummingbot_gateway_compose/README.md b/hummingbot_gateway_compose/README.md index 612d0ac..dd34296 100644 --- a/hummingbot_gateway_compose/README.md +++ b/hummingbot_gateway_compose/README.md @@ -48,10 +48,17 @@ Usage: docker compose [OPTIONS] COMMAND ### 1. Launch network -Clone this repo or copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. +Clone this repo to your machine and go to the folder: +``` +git clone https://github.com/hummingbot/deploy-examples.git +cd deploy-examples +``` +Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. -From the root folder, run the following command to pull the images and start the instance: +This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. + +From the root folder, run the following command to pull the image and start the instance: ``` docker compose up -d ``` diff --git a/multiple_hummingbot_gateway_compose/README.md b/multiple_hummingbot_gateway_compose/README.md index b81f9a8..2349131 100644 --- a/multiple_hummingbot_gateway_compose/README.md +++ b/multiple_hummingbot_gateway_compose/README.md @@ -48,10 +48,17 @@ Usage: docker compose [OPTIONS] COMMAND ### 1. Launch network -Clone this repo or copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. +Clone this repo to your machine and go to the folder: +``` +git clone https://github.com/hummingbot/deploy-examples.git +cd deploy-examples +``` +Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. -From the root folder, run the following command to pull the images and start the instance: +This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. + +From the root folder, run the following command to pull the image and start the instance: ``` docker compose up -d ``` diff --git a/simple_hummingbot_compose/README.md b/simple_hummingbot_compose/README.md index b3106e9..856d31c 100644 --- a/simple_hummingbot_compose/README.md +++ b/simple_hummingbot_compose/README.md @@ -36,12 +36,15 @@ Usage: docker compose [OPTIONS] COMMAND ### 1. Launch network -Clone this repo to your machine: +Clone this repo to your machine and go to the folder: ``` git clone https://github.com/hummingbot/deploy-examples.git +cd deploy-examples ``` -Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. +Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files. + +This is the "root folder" where your encrypted keys, scripts, trades, configs, logs, and other files related to your bots will be saved. From the root folder, run the following command to pull the image and start the instance: ```