From 5cbaa3bedcb2b70282d1d5a2820701ecef21daec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Cervera=20Claudio?= <293444+angelcervera@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:02:36 +0000 Subject: [PATCH] Update install.md --- content/home/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/home/install.md b/content/home/install.md index edd6c00..bc2663f 100644 --- a/content/home/install.md +++ b/content/home/install.md @@ -7,10 +7,10 @@ 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/cobra + go get -u github.com/spf13/cobra Next, include Cobra in your application: ```go import "github.com/spf13/cobra" -``` \ No newline at end of file +```