diff --git a/README.md b/README.md index be254ac4..71c6f577 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ![cli](https://user-images.githubusercontent.com/5702266/153008646-1fd8fbf2-4a4d-4421-b2f2-0886487f3e27.png) +## Documentation + +See the [documentation](https://algolia.com/doc/tools/cli/) for setup and usage instructions. + ## Installation ### MacOS diff --git a/pkg/cmd/root/help.go b/pkg/cmd/root/help.go index 1f54936e..f661bb25 100644 --- a/pkg/cmd/root/help.go +++ b/pkg/cmd/root/help.go @@ -150,7 +150,8 @@ func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, args []string) { helpEntries = append(helpEntries, helpEntry{cs.Bold("Examples"), command.Example}) } helpEntries = append(helpEntries, helpEntry{cs.Bold("Learn More"), ` -Use 'algolia --help' for more information about a command.`}) +Use 'algolia --help' for more information about a command. +Read the documentation at https://algolia.com/doc/tools/cli/`}) out := f.IOStreams.Out for _, e := range helpEntries {