summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhangyuan Nie <yuan@znie.org>2021-07-02 04:43:53 -0400
committerGitHub <noreply@github.com>2021-07-02 10:43:53 +0200
commit5648b22fe102c212a653580d2e190283c057cc20 (patch)
treee8394599ce268edda4a93905186627b2988c0e6a
parentbce662d5bb8c58fa4f2b6125c21a3453d7c898fb (diff)
docs(cli/flags): use deno instead of target/debug/deno (#11215)
-rw-r--r--cli/flags.rs2
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 -",
)
}