From d408a31354b631643d3be6bb116c57d634bf2aee Mon Sep 17 00:00:00 2001
From: rapcmia <73840223+rapcmia@users.noreply.github.com>
Date: Tue, 4 Jul 2023 16:21:36 +0800
Subject: [PATCH] add instruction

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 81571744..00c1981f 100644
--- a/README.md
+++ b/README.md
@@ -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.