diff options
author | Zhangyuan Nie <yuan@znie.org> | 2021-07-02 04:43:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 10:43:53 +0200 |
commit | 5648b22fe102c212a653580d2e190283c057cc20 (patch) | |
tree | e8394599ce268edda4a93905186627b2988c0e6a | |
parent | bce662d5bb8c58fa4f2b6125c21a3453d7c898fb (diff) |
docs(cli/flags): use deno instead of target/debug/deno (#11215)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index c5742af6f..6a51236c5 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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 -", ) } |