From 52439c8cb4b6ad5ab2d2950813ceb00d0239b6c3 Mon Sep 17 00:00:00 2001 From: SerKo Date: Thu, 5 May 2022 19:47:27 +0800 Subject: [PATCH] docs: fix install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722c7cc..f9a6b65 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ File-system based route generator for Go. Compatible with any web frameworks. ## Install ``` -go install github.com/serkodev/routegen@latest +go install github.com/serkodev/routegen/cmd/routegen@latest ``` ## Guides