From b244766f9d31183ee10d37db37c30ca49a3c8aa2 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 9 Nov 2020 03:56:36 +0800 Subject: [PATCH] docs(tools): add a little note about cargo run (#8297) --- tools/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/README.md b/tools/README.md index 2949f729d3..c408e78c5f 100644 --- a/tools/README.md +++ b/tools/README.md @@ -23,3 +23,10 @@ To run linting: ```sh deno run --allow-read --allow-write --allow-run --unstable ./tools/lint.js ``` + +Tip: You can also use cargo to run the current or pending build of the deno +executable + +```sh +cargo run -- run --allow-read --allow-write --allow-run --unstable ./tools/