From 6bdae5723e403584ee3507675b3e4e922a34f246 Mon Sep 17 00:00:00 2001
From: lingyunfly <121302812+lingyunfly@users.noreply.github.com>
Date: 星期五, 09 六月 2023 16:19:35 +0800
Subject: [PATCH] Optimize memory (#612)

---
 funasr/runtime/websocket/readme.md |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md
index d2a54e9..99255c8 100644
--- a/funasr/runtime/websocket/readme.md
+++ b/funasr/runtime/websocket/readme.md
@@ -36,8 +36,11 @@
 required openssl lib
 
 ```shell
-#install openssl lib first
+#install openssl lib for ubuntu 
 apt-get install libssl-dev
+#install openssl lib for centos
+yum install openssl-devel
+
 
 git clone https://github.com/alibaba-damo-academy/FunASR.git && cd funasr/runtime/websocket
 mkdir build && cd build

--
Gitblit v1.9.1