Skip to content

Commit

Permalink
Merge pull request #35 from hummingbot/fix/add_instruction_for_symlink
Browse files Browse the repository at this point in the history
fix / add instruction for symlink on README
  • Loading branch information
fengtality authored Jul 6, 2023
2 parents 1bd429e + d408a31 commit e0e47b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ streamlit run main.py
```bash
# replace `/path/to/hummingbot` with the actual path
ln -s /path/to/hummingbot/data data

# if you need to remove the symlink
unlink data
```

For more info about Streamlit installation, see the instructions located at https://docs.streamlit.io/library/get-started/installation.
Expand Down

0 comments on commit e0e47b2

Please sign in to comment.