Skip to content

Commit 4a368b4

Browse files
committed
fmt
1 parent ebd57d7 commit 4a368b4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

runtime/reference/cli/install.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,17 @@ $ deno install -n awesome_cli https://example.com/awesome/cli.ts
160160

161161
### deno install --global --compile [PACKAGE_OR_URL]
162162

163-
Use this command to compile a package or script into a standalone, self-contained
164-
binary. The resulting executable can be distributed and run without requiring
165-
Deno to be installed on the target system.
163+
Use this command to compile a package or script into a standalone,
164+
self-contained binary. The resulting executable can be distributed and run
165+
without requiring Deno to be installed on the target system.
166166

167167
```shell
168168
$ deno install --global --compile -A npm:@anthropic-ai/claude-code
169169
```
170170

171-
This combines the behavior of
172-
[`deno compile`](/runtime/reference/cli/compile/) with global installation —
173-
producing a native binary placed in the installation root (same as
174-
`--global` without `--compile`).
171+
This combines the behavior of [`deno compile`](/runtime/reference/cli/compile/)
172+
with global installation — producing a native binary placed in the installation
173+
root (same as `--global` without `--compile`).
175174

176175
## Native Node.js addons
177176

0 commit comments

Comments
 (0)