File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments