1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-22 02:50:26 +08:00

修正大端系统下的错误

This commit is contained in:
fumiama
2021-05-07 22:53:18 +08:00
parent a07876cb33
commit 77fc742f18
4 changed files with 24 additions and 13 deletions

View File

@@ -72,10 +72,10 @@ make
## 0. 启动程序
```bash
./simple-kanban-client 127.0.0.1 7777 [-r]
./simple-kanban-client 127.0.0.1 7777
```
接下来即可按照上面的交互流程开始使用。其中末尾的`-r`为可选项(程序只判断参数个数所以请务必放到末尾),表示以与本机相反的顺序发送文件长度。
接下来即可按照上面的交互流程开始使用。
## 1. 发送命令