Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byebyehair authored Jun 21, 2024
1 parent 8f17111 commit 138afcf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Minichat 是一款极简、极轻、无痕匿名聊天工具,开发此程序

## 部署方式

### Docker compose 方式(推荐|仅支持 linux-amd64 机器
### Docker compose 方式(推荐)

1. 环境要求: Git、Docker、Docker-Compose
2. 克隆项目:
Expand Down Expand Up @@ -59,7 +59,7 @@ docker run -d --name minichattest -p 8080:8080 -v $(pwd)/config.yaml:/app/config
```
5. 部署成功后,通过ip+端口号访问

### 可执行文件 方式
### 二进制直接运行 方式(无需 Docker)

1. 环境要求: 无
2. 创建本地文件夹 minichat (名字随意)
Expand All @@ -69,16 +69,14 @@ docker run -d --name minichattest -p 8080:8080 -v $(pwd)/config.yaml:/app/config
port: 8080
server_url: ""
```
5. minichat文件夹内,放置下载好的[可执行文件](https://github.com/okhanyu/minichat/releases/),保证 config.yaml 和 可执行文件在同目录下,双击打开可执行文件即可
5. minichat文件夹内,放置下载并解压好的[可执行文件](https://github.com/okhanyu/minichat/releases/),保证 config.yaml 和 可执行文件在同目录下,双击打开可执行文件即可
5. 成功后,通过ip+端口号访问

---

## 其他
* 如果你需要的是一套支持自部署的完整、强大聊天室系统,请使用 [mattermost.com](https://mattermost.com/)
* 如果你需要的是一款支持自部署的复古、匿名聊天室系统,请使用 [hack.chat](https://hack.chat/)
* 如果你需要的是一款支持自部署的手机聊天APP,请使用(不保证安全) [voce.chat](https://voce.chat/)
* 如果你需要的是一款临时剪贴板,请使用(不保证安全) [netcut.cn](https://netcut.cn/)

---

Expand Down

0 comments on commit 138afcf

Please sign in to comment.