1
0
Fork 0
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:
Zhangyuan Nie 2021-07-02 04:43:53 -04:00 committed by GitHub
parent bce662d5bb
commit 5648b22fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -",
)
}