From c792311d94806cf7db5a3d41382dd181be7a28d6 Mon Sep 17 00:00:00 2001 From: season <season4675@gmail.com> Date: 星期五, 30 六月 2023 11:49:55 +0800 Subject: [PATCH] [funasr-runtime-deploy 0.0.3] add funasr-runtime-deploy.sh for one-step-deployment (#690) --- funasr/runtime/docs/SDK_tutorial.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial.md b/funasr/runtime/docs/SDK_tutorial.md index cbed748..a4e46f1 100644 --- a/funasr/runtime/docs/SDK_tutorial.md +++ b/funasr/runtime/docs/SDK_tutorial.md @@ -11,7 +11,7 @@ Run the following command to perform a one-click deployment of the FunASR runtime-SDK service. Follow the prompts to complete the deployment and running of the service. Currently, only Linux environments are supported, and for other environments, please refer to the Advanced SDK Development Guide. Due to network restrictions, the download of the funasr-runtime-deploy.sh one-click deployment tool may not proceed smoothly. If the tool has not been downloaded and entered into the one-click deployment tool after several seconds, please terminate it with Ctrl + C and run the following command again. ```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 +curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install ``` #### Details of Configuration -- Gitblit v1.9.1