From 5648b22fe102c212a653580d2e190283c057cc20 Mon Sep 17 00:00:00 2001 From: Zhangyuan Nie Date: Fri, 2 Jul 2021 04:43:53 -0400 Subject: [PATCH] docs(cli/flags): use deno instead of target/debug/deno (#11215) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index c5742af6fd..6a51236c50 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 -", ) }