From bef276638fb2231669def09155f326aaafa59d96 Mon Sep 17 00:00:00 2001 From: liangzy Date: Thu, 18 Jul 2024 17:40:49 +0800 Subject: [PATCH] feat(readme): add installation command for hertz_scaffold Add a installation shell command in the README to facilitate users in getting started with the hertz_scaffold by directly installing it usingthe provided go command. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4a190..6e324d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # hertz_scaffold -hertz 脚 手架 \ No newline at end of file +hertz 脚 手架 + +```shell + go install golib.gaore.com/GaoreGo/hertz_scaffold@v0.0.3 +``` \ No newline at end of file