diff --git a/README.md b/README.md
index 8276c4951..b68cdaf10 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@
Recent released features
| Feature | Status |
| -- | ------ |
+| TCTS Model | [Released](https://github.com/microsoft/qlib/pull/491) on July 1, 2021 |
| Online serving and automatic model rolling | :star: [Released](https://github.com/microsoft/qlib/pull/290) on May 17, 2021 |
| DoubleEnsemble Model | [Released](https://github.com/microsoft/qlib/pull/286) on Mar 2, 2021 |
| High-frequency data processing example | [Released](https://github.com/microsoft/qlib/pull/257) on Feb 5, 2021 |
@@ -68,7 +69,7 @@ Your feedbacks about the features are very important.
# Framework of Qlib
-

+
@@ -159,6 +160,28 @@ Users could create the same dataset with it.
*Please pay **ATTENTION** that the data is collected from [Yahoo Finance](https://finance.yahoo.com/lookup), and the data might not be perfect.
We recommend users to prepare their own data if they have a high-quality dataset. For more information, users can refer to the [related document](https://qlib.readthedocs.io/en/latest/component/data.html#converting-csv-format-into-qlib-format)*.
+### Automatic update of daily frequency data(from yahoo finance)
+ > It is recommended that users update the data manually once (--trading_date 2021-05-25) and then set it to update automatically.
+
+ > For more information refer to: [yahoo collector](https://github.com/microsoft/qlib/tree/main/scripts/data_collector/yahoo#automatic-update-of-daily-frequency-datafrom-yahoo-finance)
+
+ * Automatic update of data to the "qlib" directory each trading day(Linux)
+ * use *crontab*: `crontab -e`
+ * set up timed tasks:
+
+ ```
+ * * * * 1-5 python