From 5e9ae0f1f913a36cab03eabb776b50557d81f50f Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期二, 27 六月 2023 19:35:53 +0800 Subject: [PATCH] Update readme.md --- funasr/runtime/websocket/readme.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md index 9d0d23c..f938475 100644 --- a/funasr/runtime/websocket/readme.md +++ b/funasr/runtime/websocket/readme.md @@ -40,7 +40,7 @@ # yum install openssl-devel #centos -git clone https://github.com/alibaba-damo-academy/FunASR.git && cd funasr/runtime/websocket +git clone https://github.com/alibaba-damo-academy/FunASR.git && cd FunASR/funasr/runtime/websocket mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/path/to/onnxruntime-linux-x64-1.14.0 make -- Gitblit v1.9.1