From 8a7e3f57dfeb4f8b3321bd86ed5601ce99f0a729 Mon Sep 17 00:00:00 2001 From: Jimmiehan Date: Thu, 4 Nov 2021 19:50:29 +0800 Subject: [PATCH] Docs: Fix command about install cobra executable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ade1081..67b3d986 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Using Cobra is easy. First, use `go get` to install the latest version of the library. This command will install the `cobra` generator executable along with the library and its dependencies: - go get -u github.com/spf13/cobra + go get -u github.com/spf13/cobra/cobra Next, include Cobra in your application: