change scripts to command

This commit is contained in:
Michael Feng
2023-06-08 15:58:55 -07:00
parent 3910639d32
commit 6650e4baa0
2 changed files with 6 additions and 2 deletions

View File

@@ -48,7 +48,12 @@ Run this command from your root folder to grant read/write permission to the `hu
sudo chmod -R a+rw ./hummingbot_files
```
### 3. Launch Hummingbot
### 3. Populate scripts folder with examples
```
docker cp hummingbot:/home/hummingbot/scripts ./hummingbot_files/scripts
```
### 4. Launch Hummingbot
Attach to the `hummingbot` instance:
```

View File

@@ -9,7 +9,6 @@ services:
- "./hummingbot_files/conf/strategies:/home/hummingbot/conf/strategies"
- "./hummingbot_files/logs:/home/hummingbot/logs"
- "./hummingbot_files/data:/home/hummingbot/data"
- "./hummingbot_files/scripts:/home/hummingbot/scripts"
- "./hummingbot_files/certs:/home/hummingbot/certs"
logging:
driver: "json-file"