diff --git a/Makefile b/Makefile index 105d60d..21863a4 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,4 @@ run: stop: pkill -f target/texas + diff --git a/README.md b/README.md index ceeb83a..29d4c0c 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ pbjs -t json api/*.proto > jsproto.json [网易德州扑克规则](http://sports.163.com/special/poker_rule/?ivk_sa=1025883k) +cd target +nohup ./texas -conf=config.toml -region=sh -zone=sh001 -deploy.env=dev -weight=10 2>&1 > texas.log & +pkill -f ./texas \ No newline at end of file