From 4290c72bd47065da1e8e6075bae6ac700f7559c8 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 30 六月 2023 11:53:16 +0800
Subject: [PATCH] docs

---
 funasr/runtime/docs/SDK_tutorial.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/docs/SDK_tutorial.md b/funasr/runtime/docs/SDK_tutorial.md
index a4e46f1..7be4c11 100644
--- a/funasr/runtime/docs/SDK_tutorial.md
+++ b/funasr/runtime/docs/SDK_tutorial.md
@@ -12,6 +12,8 @@
 
 ```shell
 curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install
+# For the users in China, you could install with the command:
+# curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install
 ```
 
 #### Details of Configuration

--
Gitblit v1.9.1