Skip to content

Commit

Permalink
tighten up quick start, move longer content (denoland#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery authored Dec 20, 2023
1 parent ecf2849 commit 648c665
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 588 deletions.
7 changes: 5 additions & 2 deletions deploy/manual/deployctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ platform.

## Install `deployctl`

You can install the `deployctl` command with the below command:
With the Deno runtime installed, you can install the `deployctl` utility with
the following command:

deno install -Arf https://deno.land/x/deploy/deployctl.ts
```sh
deno install -Arf https://deno.land/x/deploy/deployctl.ts
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion runtime/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_label: Quick Start
displayed_sidebar: runtime
---

This page is redirected in production to [/runtime/manual](./manual/index.mdx).
This page is redirected in production to [/runtime/manual](./manual/index.md).
2 changes: 1 addition & 1 deletion runtime/manual/getting_started/command_line_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deno compile -h
deno compile --help
```

Detailed guides for each subcommand can be found [here](../index.mdx).
Detailed guides for each subcommand can be found [here](../tools/index.md).

## Script source

Expand Down
Loading

0 comments on commit 648c665

Please sign in to comment.