make readmes consistent

This commit is contained in:
Michael Feng
2023-04-05 15:32:20 -07:00
parent 6ff8bbf507
commit 6bcdff4a3d
3 changed files with 46 additions and 37 deletions

View File

@@ -71,11 +71,21 @@ To get started with Hummingbot, check out the following docs:
Use the commands below or use the Docker Desktop application to manage your Hummingbot container:
### Create the container
### Create the Compose network
```
docker-compose up -d
```
### Stop the Compose network
```
docker-compose down
```
### Update the Compose network for the latest images
```
docker-compose up --force-recreate --build -d
```
### Attach to the container
```
docker attach simple_hummingbot_compose-bot-1
@@ -97,13 +107,6 @@ docker ps -a
```
### Stop a container
```
docker-compose down
```
or:
```
docker stop <instance-name>
```