From 206e5902d1630d52850a80287a4a5feab05b5ff5 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 21 Mar 2024 17:09:11 +0800 Subject: [PATCH] add running description --- README.md | 5 +++++ readme_en.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index fbe3b99..f585992 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ - kill -SIGUSR1 PID 更新配置和清空缓存 - kill -SIGUSR2 PID 清空缓存 +#### 运行 +``` +go run app/cmd/main.go [-c configpath] [-p port] +``` + #### 数据显示支持程度 | 页表 | 支持程度 | diff --git a/readme_en.md b/readme_en.md index 340b461..cae421b 100644 --- a/readme_en.md +++ b/readme_en.md @@ -20,6 +20,12 @@ A WordPress front-end written in Go, with relatively simple functions, only the - kill -SIGUSR1 PID update configuration and clear cache - kill -SIGUSR2 PID clear cache + +#### start up +``` +go run app/cmd/main.go [-c configpath] [-p port] +``` + #### The data show the degree of support | page table | Support |