From 5be1139c1abfe2c41a66db2cfe39db094fa2d286 Mon Sep 17 00:00:00 2001 From: liburdi Date: Thu, 26 Sep 2024 18:55:19 +0800 Subject: [PATCH] docs: update readme --- README.md | 1 + README_EN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f99c5a74..e94c2d5f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docke ```bash git clone EMAIL:usual2970/certimate.git cd certimate +go mod vendor go run main.go serve ``` diff --git a/README_EN.md b/README_EN.md index 6dd766af..5a0cc551 100644 --- a/README_EN.md +++ b/README_EN.md @@ -56,6 +56,7 @@ git clone git@github.com:usual2970/certimate.git && cd certimate/docker && docke ```bash git clone EMAIL:usual2970/certimate.git cd certimate +go mod vendor go run main.go serve ```