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:
```