Browse Source

Update readme.md

zhifu gao 2 năm trước cách đây
mục cha
commit
5e9ae0f1f9

+ 1 - 1
funasr/runtime/websocket/readme.md

@@ -40,7 +40,7 @@ apt-get install libssl-dev #ubuntu
 # yum install openssl-devel #centos
 # 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
 mkdir build && cd build
 cmake  -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/path/to/onnxruntime-linux-x64-1.14.0
 cmake  -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/path/to/onnxruntime-linux-x64-1.14.0
 make
 make