diff --git a/README.md b/README.md index 4057fc8..2657bb5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - 安装maven:3.6.3 - 安装mysql:5.7,密码分别为root/root - 安装redis:4.0 -- 安装minio,命令端口使用9001,并创建一个名为"box-im"的bucket,并设置为公开 +- 安装minio,命令端口使用9001,并创建一个名为"box-im"的bucket,并设置访问权限为公开 2.运行后端服务 @@ -31,7 +31,6 @@ java -jar ./im-server/target/im-server.jar ``` 3.运行前端ui - ``` cd im-ui npm install @@ -39,8 +38,6 @@ npm run serve ``` - - #### 页面截图 文字聊天: ![输入图片说明](%E6%88%AA%E5%9B%BE/%E6%96%87%E5%AD%97%E8%81%8A%E5%A4%A9.jpg)