Skip to content

Commit

Permalink
tighten up quick start, move longer content
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Dec 20, 2023
1 parent ecf2849 commit bd8e4db
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 586 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
Loading

0 comments on commit bd8e4db

Please sign in to comment.