diff options
-rw-r--r-- | tools/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md index 2949f729d..c408e78c5 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/<script> +``` |