Skip to content

Commit dc44af5

Browse files
committed
Update README.md
1 parent 6bcc16e commit dc44af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- 项目已经使用go mod管理,推荐使用goland打开
2222
- 创建MySQL数据库:在MySQL中执行 data/conf/db.sql 文件创建服务所需的数据库,库名默认为slgdb
2323
- 修改配置: 修改 data/conf/env.ini 中数据库的配置,主要是密码、端口修改成自己所使用的一致即可,其他保持默认即可
24+
- 拉取依赖包:命令行执行 go mod tidy
2425
- 生成可执行程序: main 目录下包含了 httpserver、gateserver、loginserver、chatserver、slgserver 5个进程的代码,
2526
通过 go build xxxserver.go(上方5个进程源代码)即可生成 5个进程执行文件,在windows环境下也可以在直接执行 shell/build.bat
2627
生成5个进程可执行文件,可执行文件会存放在bin目录下

0 commit comments

Comments
 (0)