We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994c93e commit a17c11dCopy full SHA for a17c11d
1 file changed
README.md
@@ -9,6 +9,6 @@
9
10
## 使用
11
1. 先执行 `go get github.com/bugfan/gows`
12
-2. 进入gows目录 `cd xx/gows`
13
-2. 启动程序 `go run main.go -debug=true -p=9000` // -debug参数指定是否将服务端日志打印出来,-p指定监听端口
+2. 进入gows目录 `cd xxxx/gows`
+3. 启动程序 `go run main.go -debug=true -p=9000` // -debug参数指定是否将服务端日志打印出来,-p指定监听端口
14
0 commit comments