Skip to content

Commit

Permalink
Add documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
clemfromspace committed Aug 17, 2022
1 parent 8f889d2 commit 3b54ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pkg/cmd/root/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> <subcommand> --help' for more information about a command.`})
Use 'algolia <command> <subcommand> --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 {
Expand Down

0 comments on commit 3b54ff1

Please # to comment.