mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
docs(cli/flags): use deno instead of target/debug/deno (#11215)
This commit is contained in:
parent
bce662d5bb
commit
5648b22fe1
1 changed files with 1 additions and 1 deletions
|
@ -977,7 +977,7 @@ Grant permission to read allow-listed files from disk:
|
|||
|
||||
Deno allows specifying the filename '-' to read the file from stdin.
|
||||
|
||||
curl https://deno.land/std/examples/welcome.ts | target/debug/deno run -",
|
||||
curl https://deno.land/std/examples/welcome.ts | deno run -",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue