cobra icon indicating copy to clipboard operation
cobra copied to clipboard

The package path of the official website documentation is wrong

Open wenxuan70 opened this issue 1 year ago • 2 comments

image

Trying this in my terminal gives me the following result: image

The correct operation should be: go get -u github.com/spf13/cobra@latest

wenxuan70 avatar Oct 26 '23 08:10 wenxuan70

For reference, the URL is: https://cobra.dev/#install

It looks like the website code is stored in a different repository, here: https://github.com/spf13/cobra.dev/blob/master/content/home/install.md

willbeason avatar Nov 09 '23 21:11 willbeason

👍

wenxuan70 avatar Nov 10 '23 07:11 wenxuan70