From fcf00fb445bd9fde0b7486cdf9e9a84eddc8fa33 Mon Sep 17 00:00:00 2001 From: tangmingyou <234767776@qq.com> Date: Thu, 16 Feb 2023 18:00:21 +0800 Subject: [PATCH] build texas --- Makefile | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) 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