diff options
Diffstat (limited to 'docs/getting_started/installation.md')
-rw-r--r-- | docs/getting_started/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 7d39e4251..8d665d88b 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -54,8 +54,8 @@ executable bit on macOS and Linux. To test your installation, run `deno --version`. If this prints the Deno version to the console the installation was successful. -Use `deno help` to see help text documenting Deno's flags and usage. Use -`deno help <subcommand>` for subcommand-specific flags. +Use `deno help` to see help text documenting Deno's flags and usage. Get a +detailed guide on the CLI [here](./command_line_interface.md). ### Updating |