diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-06-08 14:49:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 09:49:32 -0400 |
commit | f247423f206ea5c3ca07254413a1ff11709a2ada (patch) | |
tree | d3c3bc3fa6cc0b0a58b73f5cc4661d9cd4eedcd1 /docs/getting_started/installation.md | |
parent | 0e9da7e731cea3a073812c22da30d87209537a88 (diff) |
doc: Add a CLI section (#6164)
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 |